Package com.embabel.agent.spi.support
Interface DelegatingTool
-
- All Implemented Interfaces:
-
com.embabel.agent.api.tool.Tool,com.embabel.agent.api.tool.ToolInfo
public interface DelegatingTool implements Tool
Interface for tool decorators that wrap another tool. Enables unwrapping to find the underlying tool implementation.
-
-
Method Summary
Modifier and Type Method Description abstract ToolgetDelegate()-
-
Method Detail
-
getDelegate
abstract Tool getDelegate()
-
-
-
-