This commit is contained in:
a2a-platform
2026-05-29 01:18:50 +00:00
parent ce7614ca4f
commit 6579314740
3 changed files with 42 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
Generated A2APack agent for Tasks API.
- Source OpenAPI: https://tasks.a2acloud.io/openapi.json
- Generated operations: 32
- Generated operations: 33
- Main skill: `auto`
The generated code is intentionally editable. Tune prompts, operation

File diff suppressed because one or more lines are too long

View File

@@ -3477,6 +3477,27 @@
]
}
},
"/api/fuck-you": {
"get": {
"operationId": "getFuckYou",
"responses": {
"200": {
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
},
"description": "Successful Response"
}
},
"summary": "Get Fuck You",
"tags": [
"Utility"
]
}
},
"/api/tasks": {
"get": {
"operationId": "listTasks",