Table of Contents

Class MessageDelta

Namespace
OpenAI.Threads
Assembly
OpenAI-DotNet.dll
public sealed class MessageDelta
Inheritance
MessageDelta
Inherited Members

Properties

Content

[JsonInclude]
[JsonPropertyName("content")]
public IReadOnlyList<Content> Content { get; }

Property Value

IReadOnlyList<Content>

Role

[JsonInclude]
[JsonPropertyName("role")]
public Role Role { get; }

Property Value

Role

Methods

PrintContent()

Formats all of the Content items into a single string, putting each item on a new line.

public string PrintContent()

Returns

string

string of all Content.