Back to Compute
Connect Knoon AI with Compute (System) to automate AI workflows.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
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 |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Yes |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | No |
Returns
| Name | Type | Description |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |