Class ChatCompletionResponse
- Namespace
- AutoGen.Anthropic.DTO
- Assembly
- AutoGen.Anthropic.dll
public class ChatCompletionResponse
- Inheritance
-
ChatCompletionResponse
- Inherited Members
-
Properties
Content
[JsonPropertyName("content")]
public List<ContentBase>? Content { get; set; }
Property Value
- List<ContentBase>
Delta
[JsonPropertyName("delta")]
public Delta? Delta { get; set; }
Property Value
- Delta
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 string? StopReason { get; set; }
Property Value
- string
StopSequence
[JsonPropertyName("stop_sequence")]
public object? StopSequence { get; set; }
Property Value
- object
StreamingMessage
[JsonPropertyName("message")]
public StreamingMessage? StreamingMessage { get; set; }
Property Value
- StreamingMessage
Type
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
- string
Usage
[JsonPropertyName("usage")]
public Usage? Usage { get; set; }
Property Value
- Usage