Skip to content

Commit 114a29f

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

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
@@ -38,7 +38,7 @@ The resulting traces show the sequence of steps performed to fulfill the user re
3838
[.text-center]
3939
.Tracing routing workflow pattern execution
4040
image::routing-workflow-trace.png[align=center, alt="Tracing routing workflow pattern execution"]
41-
41+
In this example, we use the same model to classify and generate the response. However, it is possible to use specialized models for the classification and each experts.
4242
However, Quarkus integration makes straightforward to also turn these LLM services into tools that can be invoked by other LLMs, simply annotating them with `@Tool` followed by a short description of the purpose of that tool, while preserving the possibility of also invoking the single expert directly as an independent LLM service.
4343

4444
[source, java]

0 commit comments

Comments
 (0)