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 3cec529 commit 8785b10Copy full SHA for 8785b10
intentkit/models/agent.py
@@ -952,12 +952,12 @@ class AgentPublicInfo(BaseModel):
952
x402_price: Annotated[
953
float | None,
954
PydanticField(
955
- default=None,
+ default=0.01,
956
description="Price($) of the x402 request",
957
ge=0.01,
958
le=1.0,
959
json_schema_extra={
960
- "x-placeholder": "Enter agent price",
+ "x-placeholder": "USDC price per request",
961
"x-step": 0.01,
962
},
963
),
0 commit comments