Custom tool invocation renderer for terminal tool (#241768)

* Custom tool invocation renderer for terminal tool
Enable editing the terminal command

* Fix issues
This commit is contained in:
Rob Lourens
2025-02-24 14:35:06 -08:00
committed by GitHub
parent 299a50cdd8
commit 45f744af6c
12 changed files with 211 additions and 46 deletions

View File

@@ -1794,6 +1794,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
LanguageModelError: extHostTypes.LanguageModelError,
LanguageModelToolResult: extHostTypes.LanguageModelToolResult,
ExtendedLanguageModelToolResult: extHostTypes.ExtendedLanguageModelToolResult,
PreparedTerminalToolInvocation: extHostTypes.PreparedTerminalToolInvocation,
LanguageModelChatToolMode: extHostTypes.LanguageModelChatToolMode,
LanguageModelPromptTsxPart: extHostTypes.LanguageModelPromptTsxPart,
NewSymbolName: extHostTypes.NewSymbolName,