Table of Contents

Class ContentDeltaType

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Provides constants for content delta types.

public static class ContentDeltaType
Inheritance
ContentDeltaType
Inherited Members

Fields

JsonDelta

The input_json_delta.

public const string JsonDelta = "input_json_delta"

Field Value

string

TextDelta

The text_delta.

public const string TextDelta = "text_delta"

Field Value

string