Class ToolResources

ToolResources class

Represents a set of resources that are used by the assistant’s tools. The resources are specific to the type of tool. For example, the code_interpreter tool requires a list of file IDs, while the file_search tool requires a list of vector store IDs.

public class ToolResources

Constructors

NameDescription
ToolResources()The default constructor.

Properties

NameDescription
CodeInterpreter { get; set; }Gets or sets the code interpreter tool resources.
FileSearch { get; set; }Gets or sets the file search tool resources.

See Also