Skip to content

Commit f52bfd1

Browse files
committed
moved the setup email code to the section where it is more appropriate
1 parent b4e225f commit f52bfd1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/modules/ROOT/pages/module-prompt.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -395,19 +395,6 @@ If you run into challenges while drafting the prompt, ask your instructor for as
395395

396396
=== Test emails to speed up prompt development
397397

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:
409-
====
410-
411398
==== Generate an email for `new claim #1` to the [email protected]
412399

413400
[.console-input]
@@ -540,6 +527,19 @@ image::prompt/output_example_existing_2.png[output_example_existing_2]
540527

541528
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.
542529

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+
543543
=== Integrate Prompt with the Parasol Insurance Application
544544

545545
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

Comments
 (0)