pub type SamplingMessageContent = SamplingMessageContentBlock;Renamed to SamplingMessageContentBlock
Aliased Typeยง
pub enum SamplingMessageContent {
Text(TextContent),
Image(ImageContent),
Audio(AudioContent),
ToolUse(ToolUseContent),
ToolResult(ToolResultContent),
}Variantsยง
Text(TextContent)
Sampling is deprecated by SEP-2577 and will be removed in a future release. See https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577
Image(ImageContent)
Sampling is deprecated by SEP-2577 and will be removed in a future release. See https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577
Audio(AudioContent)
Sampling is deprecated by SEP-2577 and will be removed in a future release. See https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577
ToolUse(ToolUseContent)
Sampling is deprecated by SEP-2577 and will be removed in a future release. See https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577
Assistant only
ToolResult(ToolResultContent)
Sampling is deprecated by SEP-2577 and will be removed in a future release. See https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577
User only