Class McpSamplingContent
- Namespace
- LMKit.Mcp.Abstractions
- Assembly
- LM-Kit.NET.dll
Represents content in a sampling message.
public sealed class McpSamplingContent
- Inheritance
-
McpSamplingContent
- Inherited Members
Properties
- Data
Gets or sets the base64-encoded data (for type "image" or "audio").
- MimeType
Gets or sets the MIME type of the data (for type "image" or "audio").
- Text
Gets or sets the text content (for type "text").
- Type
Gets or sets the content type: "text", "image", or "audio".