Package com.embabel.agent.spi.support
Class ToolDecoratorsKt
-
- All Implemented Interfaces:
public final class ToolDecoratorsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Tool> TunwrapAs(Tool $self)Unwrap a tool to find a specific type, or return null if not found. final static ToolwithEventPublication(Tool $self, AgentProcess agentProcess, Action action, LlmOptions llmOptions)Extension function to wrap a Tool with event publication. -
-
Method Detail
-
unwrapAs
final static <T extends Tool> T unwrapAs(Tool $self)
Unwrap a tool to find a specific type, or return null if not found.
-
withEventPublication
final static Tool withEventPublication(Tool $self, AgentProcess agentProcess, Action action, LlmOptions llmOptions)
Extension function to wrap a Tool with event publication.
-
-
-
-