Table of Contents

Class MessageText

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll

The text content that is part of a message.

public class MessageText : IEquatable<MessageText>
Inheritance
System.Object
MessageText
Implements
System.IEquatable<MessageText>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Annotations

annotations

[JsonPropertyName("annotations")]
public List<MessageAnnotation> Annotations { get; set; }

Property Value

List<MessageAnnotation>

Value

The data that makes up the text.

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

System.String