Skip to content

Commit 6fd5fc3

Browse files
Copilotalexr00
andcommitted
Initial plan for avatar fix
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 5dea0fe commit 6fd5fc3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ declare module 'vscode' {
248248
toolResultMessage?: string | MarkdownString;
249249
toolResultDetails?: Array<Uri | Location>;
250250
toolMetadata?: unknown;
251+
/** Whether there was an error calling the tool. The tool may still have partially succeeded. */
252+
hasError?: boolean;
251253
}
252254

253255
// #region Chat participant detection

0 commit comments

Comments
 (0)