Table of Contents

Class ContentDelta

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents a content delta.

public abstract class ContentDelta
Inheritance
ContentDelta
Derived
Inherited Members

Constructors

ContentDelta(string)

Initializes a new instance of the ContentDelta class.

protected ContentDelta(string type)

Parameters

type string

The type of the content delta.

Properties

Type

Gets the type of the content delta.

public string Type { get; init; }

Property Value

string