Compute로 돌아가기
Knoon AI를 Compute (System)과 연결하여 AI 워크플로우를 자동화하세요.
Solve or optimize complex constraint, routing, scheduling, and combinatorial problems from string or object input data based on instructions.
systemComputeSolveFromString
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| instructions | mustache | Instructions that describe the computation logic to generate. | 네 |
| inputData | mustache | Input data string or object used as compute input. JSON, CSV, YAML, TOML, and free text are supported. | 네 |
| reasoning | string | Reasoning effort for code generation. Defaults to medium. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| result | object | Computed object output. |