Skip to content

Commit 2d379a9

Browse files
Copilotbamurtaugh
andcommitted
Initial assessment: Adding Cancel Review functionality
Co-authored-by: bamurtaugh <25310137+bamurtaugh@users.noreply.github.com>
1 parent d0b2132 commit 2d379a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/@types/vscode.proposed.chatParticipantAdditions.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ declare module 'vscode' {
258258
readonly tools: Map<string, boolean>;
259259
}
260260

261+
export namespace lm {
262+
/**
263+
* Fired when the set of tools on a chat request changes.
264+
*/
265+
export const onDidChangeChatRequestTools: Event<ChatRequest>;
266+
}
267+
261268
// TODO@API fit this into the stream
262269
export interface ChatUsedContext {
263270
documents: ChatDocumentContext[];

0 commit comments

Comments
 (0)