@uptiqai/widgets-sdk 1.286.0 → 1.287.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.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +23249 -23249
- package/dist/index.umd.cjs +237 -237
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -408,7 +408,7 @@ export declare type QueryPayload = {
|
|
|
408
408
|
|
|
409
409
|
/** What the run is pointed at, from the agent-executor's own execution-options catalog. */
|
|
410
410
|
export declare type QueryRunOptions = {
|
|
411
|
-
|
|
411
|
+
modelName?: string;
|
|
412
412
|
effort?: 'minimal' | 'low' | 'medium' | 'high';
|
|
413
413
|
};
|
|
414
414
|
|