pub fn log_user_messages() -> Box<dyn Fn(Arc<dyn InvocationContext>, Content) -> Pin<Box<dyn Future<Output = Result<Option<Content>, AdkError>> + Send>> + Send + Sync>Available on crate feature
plugin only.Expand description
Helper to create a simple logging callback for user messages.