Skip to content

Commit 9e92682

Browse files
authored
some API todos for variable resolver (microsoft#205828)
1 parent 1612c2d commit 9e92682

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ declare module 'vscode' {
3333
description?: string;
3434
}
3535

36+
// TODO@API align with ChatRequest
3637
export interface ChatVariableContext {
3738
/**
3839
* The message entered by the user, which includes this variable.
3940
*/
41+
// TODO@API AS-IS, variables as types, agent/commands stripped
4042
prompt: string;
43+
44+
// readonly variables: readonly ChatResolvedVariable[];
4145
}
4246

4347
export interface ChatVariableResolver {

0 commit comments

Comments
 (0)