العودة إلى Compute
اتصل بـ Knoon AI مع Compute (System) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |