Table of Contents

Class Delta

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
public class Delta
Inheritance
Delta
Inherited Members

Properties

PartialJson

[JsonPropertyName("partial_json")]
public string? PartialJson { get; set; }

Property Value

string

StopReason

[JsonPropertyName("stop_reason")]
public string? StopReason { get; set; }

Property Value

string

Text

[JsonPropertyName("text")]
public string? Text { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public string? Type { get; set; }

Property Value

string

Usage

[JsonPropertyName("usage")]
public Usage? Usage { get; set; }

Property Value

Usage