Table of Contents

Class ThreadMessageDelta

public class ThreadMessageDelta : OpenAIObject
Inheritance
object
ThreadMessageDelta
Inherited Members

Properties

Delta

The delta containing the fields that have changed on the Message.

public ThreadMessage Delta { get; set; }

Property Value

ThreadMessage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.