This commit is contained in:
a2a-platform
2026-05-30 13:55:18 +00:00
parent 6579314740
commit f59d32f7a5

View File

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