async-openai
async-openai copied to clipboard
Fix incompatibility with API requirements
For CreateAssistantToolFileSearchResources
struct the API expects only one of the two fields to be used. Even an empty array is not accepted if the other field contains a value. Thus making both vector_store_ids
and vector_stores
optional is the way to go.
Fixes 64bit/async-openai#251