Voltar para Compute
Conectar Knoon AI com Compute (System) para automatizar fluxos de trabalho de AI.
Solve or optimize complex constraint, routing, scheduling, and combinatorial problems from string or object input data based on instructions.
systemComputeSolveFromString
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | Sim |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | Sim |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |