a2a-source-edit: write agent.py
This commit is contained in:
9
agent.py
9
agent.py
@@ -46,14 +46,7 @@ _PUBLIC_REQUEST_SCHEMA: dict[str, Any] = {
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["request"],
|
"required": ["request"],
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
"properties": {
|
"properties": {"request": {"type": "object", "additionalProperties": True}},
|
||||||
"request": {
|
|
||||||
"type": "object",
|
|
||||||
"description": "Bounded typed request object; see README for field details. Runtime validates with strict Pydantic models.",
|
|
||||||
"maxProperties": 60,
|
|
||||||
"additionalProperties": True,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user