@nodaro/sdk 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -3281,6 +3281,8 @@ interface CommonInput {
|
|
|
3281
3281
|
aspectRatio?: string;
|
|
3282
3282
|
duration?: number;
|
|
3283
3283
|
llmModel?: string;
|
|
3284
|
+
/** Reasoning effort level (model-dependent). */
|
|
3285
|
+
reasoningEffort?: string;
|
|
3284
3286
|
nodeContext?: WizardNodeContext;
|
|
3285
3287
|
userPreference?: string;
|
|
3286
3288
|
/** Associates this call with a workflow execution. Read server-side before Zod. */
|
package/dist/index.d.ts
CHANGED
|
@@ -3281,6 +3281,8 @@ interface CommonInput {
|
|
|
3281
3281
|
aspectRatio?: string;
|
|
3282
3282
|
duration?: number;
|
|
3283
3283
|
llmModel?: string;
|
|
3284
|
+
/** Reasoning effort level (model-dependent). */
|
|
3285
|
+
reasoningEffort?: string;
|
|
3284
3286
|
nodeContext?: WizardNodeContext;
|
|
3285
3287
|
userPreference?: string;
|
|
3286
3288
|
/** Associates this call with a workflow execution. Read server-side before Zod. */
|