Class ThreadMessageDelta
public class ThreadMessageDelta : OpenAIObject
- Inheritance
-
objectThreadMessageDelta
- Inherited Members
Properties
Delta
The delta containing the fields that have changed on the Message.
public ThreadMessage Delta { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.