Skip to content

Commit c9c584d

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

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
@@ -57,7 +57,7 @@ public interface MedicalExpert {
5757
}
5858
----
5959

60-
In this way it is possible to provide a second alternative implementation of the same expert interrogation service, this time using a pure agentic approach, where the Router Agent is replaced by a single LLM, having the three expert as tools, that can autonomously decide which expert to invoke based on the user request.
60+
This way, it is possible to provide a second alternative implementation of the same expert interrogation service, this time using a pure agentic approach. The Router Agent is replaced by a single LLM, having the three experts as _tools_, that can autonomously decide to which expert the question must be delegated.
6161

6262
[source, java]
6363
----

0 commit comments

Comments
 (0)