Add OpenAPI source refresh metadata

This commit is contained in:
2026-05-28 20:36:53 -03:00
parent a769766ab4
commit 681cc2ae9e

View File

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