Skip to content

Commit 6752d71

Browse files
Copilotalexr00
andcommitted
Initial plan for fixing avatar display in comment widget for GitHub Enterprise
Co-authored-by: alexr00 <[email protected]>
1 parent 7c06194 commit 6752d71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,5 +1063,9 @@ declare module 'vscode' {
10631063
readonly content: string;
10641064
readonly toolReferences?: readonly ChatLanguageModelToolReference[];
10651065
readonly metadata?: Record<string, boolean | string | number>;
1066+
/**
1067+
* Whether the mode is a builtin mode (e.g. Ask, Edit, Agent) rather than a user or extension-defined custom mode.
1068+
*/
1069+
readonly isBuiltin?: boolean;
10661070
}
10671071
}

0 commit comments

Comments
 (0)