Table of Contents

Class AssistantsApiToolChoiceOneOfType

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

AsObject

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

Property Value

ToolChoice

AsString

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

Property Value

System.String