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 1fd58cb commit a117cf0Copy full SHA for a117cf0
contributing/samples/a2a_basic/agent.py
@@ -88,7 +88,7 @@ def roll_die(sides: int) -> int:
88
name="prime_agent",
89
description="Agent that handles checking if numbers are prime.",
90
agent_card=(
91
- f"http://localhost:8001/a2a/check_prime_agent{AGENT_CARD_WELL_KNOWN_PATH}"
+ f"http://localhost:8001/a2a/check_prime_agent/.well-known/agent-card.json"
92
),
93
)
94
contributing/samples/a2a_root/agent.py
@@ -20,5 +20,5 @@
20
description=(
21
"Helpful assistant that can roll dice and check if numbers are prime."
22
23
- agent_card=f"http://localhost:8001/{AGENT_CARD_WELL_KNOWN_PATH}",
+ agent_card=f"http://localhost:8001{AGENT_CARD_WELL_KNOWN_PATH}",
24
0 commit comments