返回 Compute
将 Knoon AI 与 Compute (System) 连接以自动化 AI 工作流。
Solve or optimize complex constraint, routing, scheduling, and combinatorial problems from a text attachment based on instructions.
systemComputeSolveFromAttachment
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| 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. |