Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 714 Bytes

CreateThreadRequestToolResources.md

File metadata and controls

15 lines (7 loc) · 714 Bytes

CreateThreadRequestToolResources

A set of resources that are made available to the assistant's tools in this thread. 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.

Properties

Name Type Description Notes
codeInterpreter CreateAssistantRequestToolResourcesCodeInterpreter [optional]
fileSearch CreateThreadRequestToolResourcesFileSearch [optional]