Table of Contents

Class ToolResources

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll
public class ToolResources
Inheritance
System.Object
ToolResources
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

CodeInterpreter

[JsonPropertyName("code_interpreter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public CodeInterpreter CodeInterpreter { get; set; }

Property Value

CodeInterpreter

FileSearch

[JsonPropertyName("file_search")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public FileSearch FileSearch { get; set; }

Property Value

FileSearch