Mark blog OpenAPI agent regenerable

This commit is contained in:
2026-06-02 21:42:58 -03:00
parent 83cda4ed88
commit dbe98da3a2

View File

@@ -101,6 +101,7 @@ class BlogOpenapiAgent(A2AAgent):
"operation_count": len(OPERATIONS),
"default_base_url": DEFAULT_BASE_URL,
"source_openapi_url": "https://blog.a2acloud.io/openapi.json",
"regenerable": True,
"security_schemes": list(SECURITY_SCHEMES),
}
}