openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
# Object04FileSearch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**vector_store_ids** | Option<**Vec<String>**> | The [vector store]/docs/api-reference/vector-stores/object attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.  | [optional]
**vector_stores** | Option<[**Vec<models::Object04FileSearchVectorStoresInner>**]Object0_4_file_search_vector_stores_inner.md> | A helper to create a [vector store]/docs/api-reference/vector-stores/object with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.  | [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)