mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
tools: let hydrated tool calls have presentation options (#281634)
Editor side for https://github.com/microsoft/vscode/issues/281633
This commit is contained in:
committed by
Benjamin Pasero
parent
5cb50d5bda
commit
fb875b2d60
@@ -105,6 +105,7 @@ declare module 'vscode' {
|
||||
isComplete?: boolean;
|
||||
toolSpecificData?: ChatTerminalToolInvocationData;
|
||||
fromSubAgent?: boolean;
|
||||
presentation?: 'hidden' | 'hiddenAfterComplete' | undefined;
|
||||
|
||||
constructor(toolName: string, toolCallId: string, isError?: boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user