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