Skip to content

Commit 02bdaa5

Browse files
committed
Remove useless paragraph from 3rd agentic article
1 parent 2b40071 commit 02bdaa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Now, let’s see how we can transform this workflow approach into a more agentic
4343

4444
Quarkus integration makes it straightforward to turn these AI “expert” services into _tools_ that another AI service can invoke. You only need to annotate the AI service methods with `@Tool` and configure the caller AI service with `@Toolbox`. This approach preserves the possibility of also invoking the single expert directly as an independent LLM service, and also using specialized models for each expert. Note that this `@Tool` annotation is not related with the presence of any MCP server and has the purpose of exposing the AI service also as a tool for other AI services. It is planned to discuss MCP in the next blog post of this series.
4545

46-
is used to specify the name of the tool, which will be used by the agent to invoke it. The name of the tool is not necessarily the same as the name of the class, but it is a good practice to keep them aligned.
47-
4846
[source, java]
4947
----
5048
public interface MedicalExpert {

0 commit comments

Comments
 (0)