Table of Contents

Class AssistantsApiToolFunctionOneOfType

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll
[JsonConverter(typeof(AssistantsApiToolFunctionConverter))]
public class AssistantsApiToolFunctionOneOfType
Inheritance
System.Object
AssistantsApiToolFunctionOneOfType
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 FunctionDefinition AsObject { get; set; }

Property Value

FunctionDefinition

AsString

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

Property Value

System.String