Skip to content

Commit bbf6d62

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

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
@@ -26,7 +26,7 @@ https://quarkus.io/blog/agentic-ai-with-quarkus/#routing[Routing] is one of the
2626
.Routing pattern
2727
image::routing-pattern.png[width=70%, align="center", alt="Routing pattern"]
2828

29-
In that example each expert was implemented as a separate and independent LLM service, and the routing to one of them was performed programmatically by the application code. Tracing the execution of a request like
29+
In that example, each expert was implemented as a separate and independent LLM service, and the routing to one of them was performed programmatically by the application code. Tracing the execution of a request like:
3030

3131
[source, shell]
3232
----

0 commit comments

Comments
 (0)