Class EventPublishingToolCallbackKt
-
- All Implemented Interfaces:
public final class EventPublishingToolCallbackKt
-
-
Method Summary
Modifier and Type Method Description final static ToolCallbackwithEventPublication(ToolCallback $self, AgentProcess agentProcess, Action action, LlmOptions llmOptions)HOF to decorate a ToolCallback to time the call and emit events. -
-
Method Detail
-
withEventPublication
final static ToolCallback withEventPublication(ToolCallback $self, AgentProcess agentProcess, Action action, LlmOptions llmOptions)
HOF to decorate a ToolCallback to time the call and emit events.
-
-
-
-