pub type BoxedSamplingFn = Box<dyn for<'a> Fn(CreateMessageRequest, &'a Context<'a>) -> Pin<Box<dyn Future<Output = Result<CreateMessageResult, McpError>> + Send + 'a>> + Send + Sync>;Expand description
A boxed async function for handling sampling requests.
Aliased Typeยง
pub struct BoxedSamplingFn(/* private fields */);