Skip to content

Commit caf24a9

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

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
@@ -77,7 +77,7 @@ public interface ExpertsSelectorAgent {
7777
}
7878
----
7979

80-
The `@ToolBox` annotation is used to specify the list of tools that the agent can use, in this case the three experts. Note that, similarly to what it has been done for other agentic examples in the previous post of this series, this AI service has been configured to use a model that in the `application.properties` file has been named "tool-use" which is more capable of using tools in a proper way, in this case `qwen2.5` with 7 billions of parameters.
80+
The `@ToolBox` annotation is used to specify the list of tools the agent can use, in this case, the three experts. Note that, similarly to what has been done for other agentic examples in the previous post of this series, this AI service has been configured to use a model capable of reasoning and requesting tool invocations. In our example, the model is configured in the `application.properties` file and is using `qwen2.5` with 7 billion parameters.
8181

8282
[source,properties]
8383
----

0 commit comments

Comments
 (0)