This commit is contained in:
a2a-platform
2026-05-29 00:03:06 +00:00
parent 4be5fed332
commit ce7614ca4f
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
.codegraph/

View File

@@ -67,7 +67,7 @@ class TasksApi(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://tasks.a2acloud.io/openapi.json", "source_openapi_url": 'https://tasks.a2acloud.io/openapi.json',
"security_schemes": list(SECURITY_SCHEMES), "security_schemes": list(SECURITY_SCHEMES),
} }
} }