返回 Compute
將 Knoon AI 與 Compute (System) 連接以自動化 AI 工作流程。
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | 是的 |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | 是的 |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |