返回 Work
将 Knoon AI 与 Work (System) 连接以自动化 AI 工作流。
Start a task in the background without waiting for its output.
systemWorkStart
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| workBoxId | file | Work box to run. | 是的 |
| query | mustache | Text to send as the first work message. | 是的 |
| attachments | array (attachment) | Optional array of attachment agent variables. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| sensitive.workId | string | Created work ID. |
| sensitive.workBoxId | string | Work box ID used. |
| sensitive.messageId | string | Created message ID. |
| sensitive.attachmentsCount | number | Number of uploaded attachments. |



