Skip to content

Commit

Permalink
Wrong annotation referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea authored Jul 29, 2024
1 parent f2efe18 commit f7207bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/agent-and-tools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ When employing tools, configuring the memory provider is necessary. Since tools

[TIP]
====
If a method of an AI Service needs to use tools other than the ones configured of the `tools` property of `@RegisterForReflection`, then that method can be annotated with `@Toolbox`.
If a method of an AI Service needs to use tools other than the ones configured of the `tools` property of `@RegisterAiService`, then that method can be annotated with `@Toolbox`.
In this case `@Toolbox` completely overrides `@RegisterForReflection(tools=...)`
In this case `@Toolbox` completely overrides `@RegisterAiService(tools=...)`
====

== How do tools work?
Expand Down

0 comments on commit f7207bd

Please sign in to comment.