Skip to content

Commit 8a1adda

Browse files
Update _posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 504f2a5 commit 8a1adda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image::wrokflowVsAgents.png[align="center", alt="AI Workflow Vs. Pure Agentic AI
2020

2121
== From Workflow to Agents
2222

23-
https://quarkus.io/blog/agentic-ai-with-quarkus/#routing[Routing] is one of the workflow pattern presented in the first article of this series. There we used a first LLM service to categorize the user request and then used that category to programmatically reroute that request to one of three other LLMs acting as medical, legal or technical expert.
23+
https://quarkus.io/blog/agentic-ai-with-quarkus/#routing[Routing] is one of the workflow patterns presented in the first article of this series. There, we used a first LLM service to categorize the user request and then used that category to programmatically reroute that request to one of three other LLMs acting as medical, legal, or technical experts.
2424

2525
[.text-center]
2626
.Routing pattern

0 commit comments

Comments
 (0)