JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.ai.tool.ToolCallbackProvider
Packages that use
ToolCallbackProvider
Package
Description
org.springframework.ai.tool.method
Uses of
ToolCallbackProvider
in
org.springframework.ai.tool.method
Classes in
org.springframework.ai.tool.method
that implement
ToolCallbackProvider
Modifier and Type
Class
Description
class
MethodToolCallbackProvider
A
ToolCallbackProvider
that builds
ToolCallback
instances from
Tool
-annotated methods.