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
stringThe type of the content delta.
Properties
Type
Gets the type of the content delta.
public string Type { get; init; }