deploy
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
||||
.codegraph/
|
||||
2
agent.py
2
agent.py
@@ -67,7 +67,7 @@ class TasksApi(A2AAgent):
|
||||
"openapi_auto_agent": {
|
||||
"operation_count": len(OPERATIONS),
|
||||
"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),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user