Zurück zu Compute
Verbinde Knoon AI mit Compute (System), um KI-Workflows zu automatisieren.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| 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. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |