Retour à Compute
Connecter Knoon AI avec Compute (System) pour automatiser les flux de travail AI.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Oui |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Oui |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |