Skip to content

Commit 1b69e35

Browse files
authored
Merge pull request #56 from edeandrea/sept-2024-feedback
Feedback from September 2024 dry-run
2 parents 2ba703a + 5383aa9 commit 1b69e35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
25.9 KB
Loading

content/modules/ROOT/pages/module-private-docs.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ Dev Spaces may also ask if you would like to open the application again. This is
194194
Don't open the application again yet, we first need to add some configuration for the new extension.
195195
====
196196

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+
197202
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.
198203

199204
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) {
350355
}
351356
----
352357

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+
353360
=== Configure new LLM with tool support
354361

355362
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:
383390
Update the claim status to denied
384391
----
385392

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.
387394

388395
image::private-docs/chat-response-email.png[Chatbot response]
389396

0 commit comments

Comments
 (0)