Back to Compute
Connect Knoon AI with Compute (System) to automate AI workflows.
Solve or optimize complex constraint, routing, scheduling, and combinatorial problems from a text attachment based on instructions.
systemComputeSolveFromAttachment
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Yes |
| content | attachment | Attachment file. The file content is read as UTF-8 text. | Yes |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |