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
(List<FunctionCallback> toolCallbacks) getDuplicateToolNames
(FunctionCallback... toolCallbacks) static ToolCallResultConverter
getToolCallResultConverter
(Method method) static String
getToolDescription
(Method method) static String
getToolDescriptionFromName
(String toolName) static String
getToolName
(Method method) static boolean
getToolReturnDirect
(Method method)
-
Method Details
-
getToolName
-
getToolDescriptionFromName
-
getToolDescription
-
getToolReturnDirect
-
getToolCallResultConverter
-
getDuplicateToolNames
-
getDuplicateToolNames
-