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-prompt.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,19 +395,6 @@ If you run into challenges while drafting the prompt, ask your instructor for as
395
395
396
396
=== Test emails to speed up prompt development
397
397
398
-
[IMPORTANT]
399
-
====
400
-
If you haven't created *a new Gen AI email service* in the previous module yet, create the new email service by running the following magic bash script in VS Code terminal. If you're still running the Quarkus dev mode, open a new terminal window to run the script.
401
-
402
-
[.console-input]
403
-
[source,shell,subs="+attributes,macros+"]
404
-
----
405
-
sh ${PROJECT_SOURCE}/scripts/create-email-ai-service.sh
406
-
----
407
-
408
-
Access the https://parasol-app-{user}-dev-parasol-app-{user}-dev.{openshift_cluster_ingress_domain}[Parasol web page^],to verify the Gen AI email service. To access the email service, click on the `Email Generate` tab on the left and use it in the following sections:
Now that you've developed a working prompt that can help satisfy leadership objectives with its first Generative AI initiative, you need to incorporate this logic into the Parasol Insurance application so that ongoing business value may be realized. For this exercise that involves updating the Email Response REST service and UI to provide an recommended recipient, email subject, and automated response based on a given customer email.
542
529
530
+
[IMPORTANT]
531
+
====
532
+
If you haven't created *a new Gen AI email service* in the previous module yet, create the new email service by running the following magic bash script in VS Code terminal. If you're still running the Quarkus dev mode, open a new terminal window to run the script.
533
+
534
+
[.console-input]
535
+
[source,shell,subs="+attributes,macros+"]
536
+
----
537
+
sh ${PROJECT_SOURCE}/scripts/create-email-ai-service.sh
538
+
----
539
+
540
+
Access the https://parasol-app-{user}-dev-parasol-app-{user}-dev.{openshift_cluster_ingress_domain}[Parasol web page^],to verify the Gen AI email service. To access the email service, click on the `Email Generate` tab on the left and use it in the following sections:
541
+
====
542
+
543
543
=== Integrate Prompt with the Parasol Insurance Application
544
544
545
545
Now that we've developed a robust prompt that helps address the Parasol Insurance use case for email handling, we must integrate that prompt into the Parasol application.
0 commit comments