# CreateThreadRequestToolResourcesAnyOfFileSearch
## Properties
**vector_store_ids** | Option<**Vec<String>**> | The [vector store](https://platform.openai.com/docs/api-reference/vector-stores/object) attached to this thread. There can be a maximum of 1 vector store attached to the thread. | [optional]
**vector_stores** | Option<[**Vec<models::CreateAssistantRequestToolResourcesAnyOfFileSearchVectorStoresInner>**](CreateAssistantRequest_tool_resources_anyOf_file_search_vector_stores_inner.md)> | A helper to create a [vector store](https://platform.openai.com/docs/api-reference/vector-stores/object) with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)