deploy
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Generated A2APack agent for Tasks API.
|
Generated A2APack agent for Tasks API.
|
||||||
|
|
||||||
- Source OpenAPI: https://tasks.a2acloud.io/openapi.json
|
- Source OpenAPI: https://tasks.a2acloud.io/openapi.json
|
||||||
- Generated operations: 32
|
- Generated operations: 33
|
||||||
- Main skill: `auto`
|
- Main skill: `auto`
|
||||||
|
|
||||||
The generated code is intentionally editable. Tune prompts, operation
|
The generated code is intentionally editable. Tune prompts, operation
|
||||||
|
|||||||
21
openapi.json
21
openapi.json
@@ -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": {
|
"/api/tasks": {
|
||||||
"get": {
|
"get": {
|
||||||
"operationId": "listTasks",
|
"operationId": "listTasks",
|
||||||
|
|||||||
Reference in New Issue
Block a user