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: content/modules/ROOT/pages/module-private-docs.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,11 @@ Dev Spaces may also ask if you would like to open the application again. This is
194
194
Don't open the application again yet, we first need to add some configuration for the new extension.
195
195
====
196
196
197
+
[CAUTION]
198
+
====
199
+
You will most likely see errors if you open the application again (or return to the console the application is running in) before completing the following configuration. Please continue with the following configuration before reattempting to use the application.
200
+
====
201
+
197
202
We have already added a policy document (`policy-info.pdf`) in the `src/main/resources/policies` folder. https://gitlab-gitlab.{openshift_cluster_ingress_domain}/development/parasol-app-{user}/-/blob/master/src/main/resources/policies/policy-info.pdf[Click here^] to view it.
198
203
199
204
We can tell the Easy Rag extension where to find it by adding the following lines in your `src/main/resources/application.properties`:
@@ -350,6 +355,8 @@ public ClaimBotQueryResponse onMessage(ClaimBotQuery query) {
350
355
}
351
356
----
352
357
358
+
IMPORTANT: When the application restarts you may see compilation errors in the console. This is because we updated the `ClaimWebsocketChatBot` class but did not update the corresponding tests. That is ok. The application will continue to function properly.
359
+
353
360
=== Configure new LLM with tool support
354
361
355
362
The last thing we need to do is to switch to a different LLM for our chat bot because the `parasol-chat` model does not currently support tools integration.
@@ -383,7 +390,7 @@ Open the chat interface again and this time tell the chat assistant:
383
390
Update the claim status to denied
384
391
----
385
392
386
-
After a few moment you should see that the chatbot answers, telling you that it updated the status and sent an email to the customer.
393
+
After a few moments (it could take up to a minute or so) you should see that the chatbot answers, telling you that it updated the status and sent an email to the customer.
0 commit comments