Class ContentType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the content type.
public static class ContentType
- Inheritance
-
ContentType
- Inherited Members
Fields
Document
Represents the document content type.
public const string Document = "document"
Field Value
Image
Represents the image content type.
public const string Image = "image"
Field Value
Text
Represents the text content type.
public const string Text = "text"
Field Value
ToolResult
Represents the tool result content type.
public const string ToolResult = "tool_result"
Field Value
ToolUse
Represents the tool use content type.
public const string ToolUse = "tool_use"