Class ContentDeltaEventData
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents data for a content_block_delta event.
public class ContentDeltaEventData : EventData
- Inheritance
-
ContentDeltaEventData
- Inherited Members
Constructors
ContentDeltaEventData(int, ContentDelta)
Initializes a new instance of the ContentDeltaEventData class.
public ContentDeltaEventData(int index, ContentDelta delta)
Parameters
indexintThe index of the content block.
deltaContentDeltaThe content delta.
Properties
Delta
Gets the content delta.
public ContentDelta Delta { get; init; }
Property Value
Index
Gets the index of the content block.
public int Index { get; init; }