Enum McpContentKind
Kind of a content block carried by an MCP tool result.
[Obfuscation(Exclude = true)]
public enum McpContentKind
Fields
Text = 0Plain text, the default representation of a tool result.
Image = 1Base64-encoded image data the client may render or pass to a vision model.
Audio = 2Base64-encoded audio data.
ResourceLink = 3A pointer to a resource the client may fetch with
resources/read. Preferred over inlining large payloads, which would otherwise consume the caller's context window.EmbeddedResource = 4Resource contents embedded directly in the result.