Indietro a Compute
Connetti Knoon AI con Compute (System) per automatizzare i flussi di lavoro AI.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Sì |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Sì |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |