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",
|
||||
"required": ["request"],
|
||||
"additionalProperties": False,
|
||||
"properties": {
|
||||
"request": {
|
||||
"type": "object",
|
||||
"description": "Bounded typed request object; see README for field details. Runtime validates with strict Pydantic models.",
|
||||
"maxProperties": 60,
|
||||
"additionalProperties": True,
|
||||
}
|
||||
},
|
||||
"properties": {"request": {"type": "object", "additionalProperties": True}},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user