Class ContentBlockDelta
Inheritance
ContentBlockDelta
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class ContentBlockDelta
Properties
|
Edit this page
View Source
PartialJson
Declaration
[JsonProperty("partial_json")]
public string PartialJson { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
[JsonProperty("signature")]
public string Signature { get; set; }
Property Value
|
Edit this page
View Source
StopReason
Declaration
[JsonProperty("stop_reason")]
public FinishReason? StopReason { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Thinking
Declaration
[JsonProperty("thinking")]
public string Thinking { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods