We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001402d commit 7e1d655Copy full SHA for 7e1d655
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc
@@ -618,7 +618,7 @@ class WeatherTools {
618
619
==== Adding Tools to `ChatClient`
620
621
-When using the dynamic specification approach, you can pass the tool name (i.e. the function bean name) to the `tools()` method of `ChatClient`.
+When using the dynamic specification approach, you can pass the tool name (i.e. the function bean name) to the `toolNames()` method of `ChatClient`.
622
The tool will only be available for the specific chat request it's added to.
623
624
[source,java]
0 commit comments