Class SourceType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the types of document sources that can be used in the Anthropic API.
public static class SourceType
- Inheritance
-
SourceType
- Inherited Members
Fields
Base64
The base64 encoded document source type.
public const string Base64 = "base64"
Field Value
Content
The custom content document source type.
public const string Content = "content"
Field Value
File
The file document source type.
public const string File = "file"
Field Value
Text
The text document source type.
public const string Text = "text"
Field Value
Url
The URL document source type.
public const string Url = "url"