Class EventType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Provides constants for event types.
public static class EventType
- Inheritance
-
EventType
- Inherited Members
Fields
ContentBlockDelta
Represents the content_block_delta event type.
public const string ContentBlockDelta = "content_block_delta"
Field Value
ContentBlockStart
Represents the content_block_start event type.
public const string ContentBlockStart = "content_block_start"
Field Value
ContentBlockStop
Represents the content_block_stop event type.
public const string ContentBlockStop = "content_block_stop"
Field Value
Error
Represents the error event type.
public const string Error = "error"
Field Value
MessageComplete
Represents the message_complete event type.
public const string MessageComplete = "message_complete"
Field Value
MessageDelta
Represents the message_delta event type.
public const string MessageDelta = "message_delta"
Field Value
MessageStart
Represents the message_start event type.
public const string MessageStart = "message_start"
Field Value
MessageStop
Represents the message_stop event type.
public const string MessageStop = "message_stop"
Field Value
Ping
Represents the ping event type.
public const string Ping = "ping"