Tillbaka till Compute
Anslut Knoon AI med Compute (System) för att automatisera AI-flöden.
Solve or optimize complex constraint, routing, scheduling, and combinatorial problems from string or object input data based on instructions.
systemComputeSolveFromString
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| 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. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |