Expand description
Shared sampling client trait for MCP sampling/createMessage reverse-calls.
Used by both the distill pipeline (transcript → candidates) and the knowledge compile pipeline (clusters → knowledge pages).
Structs§
- Noop
Sampling Client - Default sampling client that always reports unavailable.
Enums§
- Sampling
Error - Reasons the sampling reverse-call may fail or be skipped.
Traits§
- Sampling
Client - MCP
sampling/createMessagereverse-call client.
Type Aliases§
- Sampling
Future - Boxed future returned by
SamplingClient::create_message.