mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Tools API updates (#226493)
* Tools API updates Support toolCallId, tool call parts in content2 * Fix
This commit is contained in:
@@ -12,7 +12,7 @@ declare module 'vscode' {
|
||||
|
||||
export interface ChatResponseFragment2 {
|
||||
index: number;
|
||||
part: LanguageModelChatResponseTextPart | LanguageModelChatResponseFunctionUsePart;
|
||||
part: LanguageModelChatResponseTextPart | LanguageModelChatResponseToolCallPart;
|
||||
}
|
||||
|
||||
// @API extension ship a d.ts files for their options
|
||||
|
||||
Reference in New Issue
Block a user