mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
use agent's full name in the inline chat provider wrapper (#212871)
This commit is contained in:
@@ -761,7 +761,7 @@ export class AgentInlineChatProvider implements IInlineChatSessionProvider {
|
||||
readonly agent: IChatAgent,
|
||||
@IChatAgentService private readonly _chatAgentService: IChatAgentService,
|
||||
) {
|
||||
this.label = agent.name;
|
||||
this.label = agent.fullName ?? agent.name;
|
||||
this.extensionId = agent.extensionId;
|
||||
this.supportIssueReporting = agent.metadata.supportIssueReporting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user