stentor-models 1.57.143 → 1.57.144

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.
@@ -84,7 +84,7 @@ export interface SimpleResponse<T = string | ResponseOutput> extends Partial<Act
84
84
  /**
85
85
  * Used for tracking the response in third party analytics.
86
86
  */
87
- tag?: string;
87
+ tag?: string | string[];
88
88
  /**
89
89
  * What the assistant will say first as part of the response.
90
90
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.143",
7
+ "version": "1.57.144",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.1"
35
35
  },
36
- "gitHead": "f0f441cca507c694635c0ab752551502303eaecc"
36
+ "gitHead": "f091ec7e87725a86c2fb840faadb03bf4c059d8c"
37
37
  }