返回 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. |



