pub type ToolLoopEventFn = Arc<dyn Fn(ToolLoopEvent) + Send + Sync>;
Callback type for tool loop events.
pub struct ToolLoopEventFn { /* private fields */ }