Class SpringBeanToolCallbackResolver

java.lang.Object
org.springframework.ai.tool.resolution.SpringBeanToolCallbackResolver
All Implemented Interfaces:
ToolCallbackResolver

public class SpringBeanToolCallbackResolver extends Object implements ToolCallbackResolver
A Spring ApplicationContext-based implementation that provides a way to retrieve a bean from the Spring context and wrap it into a ToolCallback.
Since:
1.0.0
Author:
Christian Tzolov, Christopher Smith, Sebastien Deleuze, Thomas Vitale