You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/chat/controllers/subscriber.controller.spec.ts
+43
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,19 @@
6
6
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
Copy file name to clipboardExpand all lines: api/src/websocket/websocket.gateway.spec.ts
+36-2
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,18 @@
6
6
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
"global_fallback": "Global fallback allows you to send custom messages when user entry does not match any of the block messages.",
15
16
"fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
16
17
"default_nlu_helper": "The NLU helper is responsible for processing and understanding user inputs, including tasks like intent prediction, language detection, and entity recognition.",
17
18
"default_llm_helper": "The LLM helper leverages advanced generative AI to perform tasks such as text generation, chat completion, and complex query responses.",
18
-
"default_storage_helper": "The storage helper defines where to store attachment files. By default, the default local storage helper stores them locally, but you can choose to use Minio or any other storage solution."
19
+
"default_storage_helper": "The storage helper defines where to store attachment files. By default, the default local storage helper stores them locally, but you can choose to use Minio or any other storage solution.",
20
+
"enable_debug": "When enabled, this highlights which blocks were executed or failed during a flow run, helping you visually debug the flow logic in real time."
0 commit comments