@crewdle/web-sdk-types 1.0.26 → 1.0.27

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.
@@ -82,6 +82,7 @@ export interface IGenerativeAIModel {
82
82
  */
83
83
  export interface IGenerativeAIWorkerOptions extends IJobWorkerOptions {
84
84
  model: IGenerativeAIModel;
85
+ sequences?: number;
85
86
  }
86
87
  /**
87
88
  * The generative AI worker connector interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewdle/web-sdk-types",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "The Crewdle Mist Web SDK public types and interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",