Class MessageDelta
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a message delta.
public class MessageDelta
- Inheritance
-
MessageDelta
- Inherited Members
Constructors
MessageDelta(string, string)
Initializes a new instance of the MessageDelta class.
public MessageDelta(string stopReason, string stopSequence)
Parameters
Properties
StopReason
Gets the stop reason.
[JsonPropertyName("stop_reason")]
public string StopReason { get; init; }
Property Value
StopSequence
Gets the stop sequence.
[JsonPropertyName("stop_sequence")]
public string? StopSequence { get; init; }