Compute に戻る
Compute (System) と Knoon AI を接続して AI ワークフローを自動化します。
Compute complex algorithms or calculations from string or object input data based on instructions.
systemComputeFromString
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| 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. |