Skip to content

Commit fe89a8a

Browse files
authored
add some api todos (microsoft#205128)
1 parent 6289704 commit fe89a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vscode-dts/vscode.proposed.chatRequestAccess.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ declare module 'vscode' {
1414
// TODO@API define this type!
1515
result: Thenable<unknown>;
1616

17+
// TODO@API doc what to expect here
1718
stream: AsyncIterable<string>;
1819
}
1920

@@ -52,6 +53,7 @@ declare module 'vscode' {
5253
/**
5354
* An event that is fired when the access the language model has has been revoked or re-granted.
5455
*/
56+
// TODO@API NAME?
5557
readonly onDidChangeAccess: Event<void>;
5658

5759
/**
@@ -94,7 +96,7 @@ declare module 'vscode' {
9496
readonly removed: readonly string[];
9597
}
9698

97-
//@API DEFINE the namespace for this: env, lm, ai?
99+
//@API DEFINE the namespace for this: lm (languageModels), copilot, ai, env,?
98100
export namespace chat {
99101

100102
/**

0 commit comments

Comments
 (0)