Class AssistantsApiToolChoiceOneOfType
- Namespace
- OpenAI.ObjectModels.RequestModels
- Assembly
- AntRunnerLib.dll
[JsonConverter(typeof(AssistantsApiToolChoiceConverter))]
public class AssistantsApiToolChoiceOneOfType
- Inheritance
-
System.ObjectAssistantsApiToolChoiceOneOfType
- 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
AsString
[JsonIgnore]
public string AsString { get; set; }
Property Value
- System.String