@crewdle/web-sdk-types 1.0.35 → 1.0.36

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.
@@ -107,6 +107,10 @@ export interface IGenerativeAIInferenceTool {
107
107
  name: string;
108
108
  value: string;
109
109
  }[];
110
+ /**
111
+ * The context output variable for the tool.
112
+ */
113
+ contextOutputVariable?: string;
110
114
  /**
111
115
  * The model ID to use for the tool.
112
116
  */
@@ -31,7 +31,7 @@ export interface IGenerativeAIPromptOptions extends IGenerativeAIOptions {
31
31
  /**
32
32
  * The grammar to use for the AI job.
33
33
  */
34
- grammar?: string;
34
+ grammar?: any;
35
35
  /**
36
36
  * Enable reasoning for the AI job.
37
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewdle/web-sdk-types",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
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",