stentor-models 1.57.142 → 1.57.143

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,10 @@ export interface KnowledgeBaseGenerated extends KnowledgeBaseDocument {
127
127
  * Optional, the source LLM of the generated answer.
128
128
  */
129
129
  llm?: string;
130
+ /**
131
+ * Generated AI will still return an response even if it didn't have an answer.
132
+ */
133
+ hasAnswer?: boolean;
130
134
  }
131
135
  export interface KnowledgeBaseResult {
132
136
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.142",
7
+ "version": "1.57.143",
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": "6e71117d48a6493bd1250f1630812c7bf7b09c03"
36
+ "gitHead": "f0f441cca507c694635c0ab752551502303eaecc"
37
37
  }