Table of Contents

Class ContentStopEventData

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents data for a content_block_stop event.

public class ContentStopEventData : EventData
Inheritance
ContentStopEventData
Inherited Members

Constructors

ContentStopEventData(int)

Initializes a new instance of the ContentStopEventData class.

public ContentStopEventData(int index)

Parameters

index int

The index of the content block.

Properties

Index

Gets the index of the content block.

public int Index { get; init; }

Property Value

int