Package org.springframework.ai.tool.util
Class ToolUtils
java.lang.Object
org.springframework.ai.tool.util.ToolUtils
Miscellaneous tool utility methods. Mainly for internal use within the framework.
- Author:
- Thomas Vitale
-
Method Summary
Modifier and TypeMethodDescriptiongetDuplicateToolNames
(FunctionCallback... functionCallbacks) static ToolCallResultConverter
getToolCallResultConverter
(Method method) static String
getToolDescription
(Method method) static String
getToolName
(Method method) static boolean
getToolReturnDirect
(Method method)
-
Method Details
-
getToolName
-
getToolDescription
-
getToolReturnDirect
-
getToolCallResultConverter
-
getDuplicateToolNames
-