Add task API (#14393)

### What problem does this PR solve?

Add task API

### Type of change

- [x] Refactor
This commit is contained in:
Wang Qi
2026-04-27 19:16:37 +08:00
committed by GitHub
parent 82313020c7
commit 488c3ef6a3
4 changed files with 121 additions and 33 deletions

View File

@@ -107,11 +107,11 @@ const methods = {
},
cancelDataflow: {
url: cancelDataflow,
method: 'put',
method: 'post',
},
cancelCanvas: {
url: cancelCanvas,
method: 'put',
method: 'post',
},
createAgentSession: {
url: api.createAgentSession,