返回 Compute
將 Knoon AI 與 Compute (System) 連接以自動化 AI 工作流程。
Compute complex algorithms or calculations from a text attachment based on instructions.
systemComputeFromAttachment
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | 是的 |
| content | attachment | Attachment file. The file content is read as UTF-8 text. | 是的 |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |