Class MessageDelta
public sealed class MessageDelta
- Inheritance
-
MessageDelta
- Inherited Members
Properties
Content
[JsonInclude]
[JsonPropertyName("content")]
public IReadOnlyList<Content> Content { get; }
Property Value
Role
[JsonInclude]
[JsonPropertyName("role")]
public Role Role { get; }
Property Value
Methods
PrintContent()
Formats all of the Content items into a single string, putting each item on a new line.
public string PrintContent()