Class DefaultToolCallResultConverter
java.lang.Object
org.springframework.ai.tool.execution.DefaultToolCallResultConverter
- All Implemented Interfaces:
ToolCallResultConverter
A default implementation of
ToolCallResultConverter
.- Since:
- 1.0.0
- Author:
- Thomas Vitale
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultToolCallResultConverter
public DefaultToolCallResultConverter()
-
-
Method Details
-
convert
Description copied from interface:ToolCallResultConverter
Given an Object returned by a tool, convert it to a String compatible with the given class type.- Specified by:
convert
in interfaceToolCallResultConverter
-