Wróć do Compute
Połącz Knoon AI z Compute (System), aby zautomatyzować przepływy pracy AI.
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
BETA
Wewnętrzny
Uprawnienia
Brak elementów do wyświetlenia.
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Tak |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Tak |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |