Class AnthropicMessageEventData
Inheritance
object
AnthropicMessageEventData
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class AnthropicMessageEventData
Properties
Delta
Declaration
public ContentDelta Delta { get; set; }
Property Value
Type | Description |
---|---|
ContentDelta |
Index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Usage
Declaration
public AnthropicUsage Usage { get; set; }
Property Value
Type | Description |
---|---|
AnthropicUsage |