We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60599e7 commit 98d57a1Copy full SHA for 98d57a1
middlewares/a2a-middleware/src/utils.ts
@@ -58,7 +58,7 @@ THEN REACH OUT TO THE APPROPRIATE AGENTS TO COMPLETE THE TASK.
58
59
**Agent Roster:**
60
* Available Agents:
61
-${JSON.stringify(agentCards.map((agent) => ({ name: agent.name, description: agent.description })))}
+${JSON.stringify(agentCards.map((agent) => ({ name: agent.name, description: agent.description, skills: agent.skills })))}
62
**END General Instructions:**
63
`.trim();
64
0 commit comments