AssistantResponse.Tools

AssistantResponse.Tools property

Gets or sets a list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, file_search, or function.

public List<Tool> Tools { get; set; }

See Also