Merge User and Agent Card Descriptions #20849 (#20850)

This commit is contained in:
Adam Weidman
2026-03-02 12:59:29 -05:00
committed by GitHub
parent 703759cfae
commit 740efa2ac2
4 changed files with 209 additions and 7 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ export function markdownToAgentDefinition(
return {
kind: 'remote',
name: markdown.name,
description: markdown.description || '(Loading description...)',
description: markdown.description || '',
displayName: markdown.display_name,
agentCardUrl: markdown.agent_card_url,
auth: markdown.auth