Terug naar Compute
Verbinding maken met Knoon AI met Compute (System) om AI-workflows te automatiseren.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Ja |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Ja |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |