Skip to content

Commit 9f0b145

Browse files
MatiasMatias
authored andcommitted
fix: set example seller price explicitly
1 parent 065a63e commit 9f0b145

File tree

1 file changed

+3
-1
lines changed
  • python/examples/src/examples/a2a/seller/adk

1 file changed

+3
-1
lines changed

python/examples/src/examples/a2a/seller/adk/agent.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
root_agent = Agent(
1111
name="facts_agent",
1212
before_agent_callback=make_x402_before_agent_callback(
13-
pay_to_address=os.environ["EXAMPLES_A2A_SELLER__PAY_TO_ADDRESS"]
13+
price="$0.001",
14+
network="base-sepolia",
15+
pay_to_address=os.environ["EXAMPLES_A2A_SELLER__PAY_TO_ADDRESS"],
1416
),
1517
model="gemini-2.5-flash-lite",
1618
description=("Agent to give interesting facts."),

0 commit comments

Comments
 (0)