Table of Contents

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

string

Image

Represents the image content type.

public const string Image = "image"

Field Value

string

Text

Represents the text content type.

public const string Text = "text"

Field Value

string

ToolResult

Represents the tool result content type.

public const string ToolResult = "tool_result"

Field Value

string

ToolUse

Represents the tool use content type.

public const string ToolUse = "tool_use"

Field Value

string