Spring Tool Callback Adapter
Adapts an Embabel Tool to Spring AI's ToolCallback interface.
This adapter bridges the framework-agnostic Tool abstraction to Spring AI, allowing tools defined using the Embabel API to be used with Spring AI's chat models and tool calling infrastructure.
Functions
Link copied to clipboard
Override to avoid Spring AI's default warning about unused ToolContext. Embabel manages context through com.embabel.agent.core.AgentProcess thread-local rather than Spring AI's ToolContext.
Link copied to clipboard
Link copied to clipboard