ย้อนกลับไปยัง Compute
เชื่อมต่อ Knoon AI กับ Compute (System) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ 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. |