stentor-models 1.57.157 → 1.57.161

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.
@@ -127,6 +127,13 @@ export interface KnowledgeBaseGenerated extends KnowledgeBaseDocument {
127
127
  * Optional, the source LLM of the generated answer.
128
128
  */
129
129
  llm?: string;
130
+ /**
131
+ * A description of the type of generated response.
132
+ *
133
+ * This can be used to better describe the prompt used for generation so it can be understood what type of
134
+ * information is in the generated response.
135
+ */
136
+ type?: string;
130
137
  /**
131
138
  * Generated AI will still return an response even if it didn't have an answer. True if it has the answer to the user's query.
132
139
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.157",
7
+ "version": "1.57.161",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -20,7 +20,7 @@
20
20
  "@microsoft/api-extractor": "7.35.1",
21
21
  "@rollup/plugin-typescript": "11.1.1",
22
22
  "@xapp/config": "0.2.3",
23
- "rollup": "3.23.1",
23
+ "rollup": "3.24.0",
24
24
  "tslib": "2.5.3",
25
25
  "typescript": "5.0.4"
26
26
  },
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.1"
35
35
  },
36
- "gitHead": "1eb77370f2e8cafc657515463bd26b3acd95b016"
36
+ "gitHead": "29f9cb45be9497e5df87a18d84dae09cdb7f7cfe"
37
37
  }