mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Support dynamic tool message after tool runs (#240586)
This commit is contained in:
@@ -123,6 +123,10 @@ declare module 'vscode' {
|
||||
tooltip?: string | MarkdownString;
|
||||
}
|
||||
|
||||
export class ExtendedLanguageModelToolResult extends LanguageModelToolResult {
|
||||
toolResultMessage?: string | MarkdownString;
|
||||
}
|
||||
|
||||
// #region Chat participant detection
|
||||
|
||||
export interface ChatParticipantMetadata {
|
||||
|
||||
Reference in New Issue
Block a user