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
public ResponseFormatOneOfType()
public ResponseFormatOneOfType(ResponseFormat asObject)
Parameters
asObject
ResponseFormat
public ResponseFormatOneOfType(string asString)
Parameters
asString
System.String
Properties
[JsonIgnore]
public ResponseFormat AsObject { get; set; }
Property Value
- ResponseFormat
[JsonIgnore]
public string AsString { get; set; }
Property Value
- System.String