Table of Contents

Class ResponseFormatOneOfType

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll
[JsonConverter(typeof(ResponseFormatOptionConverter))]
public class ResponseFormatOneOfType
Inheritance
System.Object
ResponseFormatOneOfType
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()

Constructors

ResponseFormatOneOfType()

public ResponseFormatOneOfType()

ResponseFormatOneOfType(ResponseFormat)

public ResponseFormatOneOfType(ResponseFormat asObject)

Parameters

asObject ResponseFormat

ResponseFormatOneOfType(String)

public ResponseFormatOneOfType(string asString)

Parameters

asString System.String

Properties

AsObject

[JsonIgnore]
public ResponseFormat AsObject { get; set; }

Property Value

ResponseFormat

AsString

[JsonIgnore]
public string AsString { get; set; }

Property Value

System.String