Class AnthropicEvent
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents an event from the Anthropic API.
public class AnthropicEvent
- Inheritance
-
AnthropicEvent
- Inherited Members
Constructors
AnthropicEvent(string, EventData)
Initializes a new instance of the AnthropicEvent class.
public AnthropicEvent(string type, EventData data)
Parameters
Properties
Data
The data associated with the event.
public EventData Data { get; init; }
Property Value
Type
The type of the event.
public string Type { get; init; }