move todos into issue (#212821)

https://github.com/microsoft/vscode/issues/206265
This commit is contained in:
Johannes Rieken 2024-05-15 17:49:33 +02:00 committed by GitHub
parent ba6864cbdd
commit bd653ce6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,8 +73,6 @@ declare module 'vscode' {
*
* @see {@link LanguageModelAccess.chatRequest}
*/
// TODO@API add something like `modelResult: Thenable<{ [name: string]: any }>`
// TODO@API: add a StopReason-enum that's also used in LanguageModelChat
export interface LanguageModelChatResponse {
/**