Class StreamingMessage
- Namespace
- AutoGen.Anthropic.DTO
- Assembly
- AutoGen.Anthropic.dll
public class StreamingMessage
- Inheritance
-
StreamingMessage
- Inherited Members
-
Properties
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
- string
Model
[JsonPropertyName("model")]
public string? Model { get; set; }
Property Value
- string
Role
[JsonPropertyName("role")]
public string? Role { get; set; }
Property Value
- string
StopReason
[JsonPropertyName("stop_reason")]
public object? StopReason { get; set; }
Property Value
- object
StopSequence
[JsonPropertyName("stop_sequence")]
public object? StopSequence { get; set; }
Property Value
- object
Type
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
- string
Usage
[JsonPropertyName("usage")]
public Usage? Usage { get; set; }
Property Value
- Usage