Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,6 @@ model UpdateCodeInterpreterToolResourceOptions {
model UpdateFileSearchToolResourceOptions {
/** A list of vector store IDs to override the current list of the assistant. */
@maxItems(1)
@encodedName("application/json", "vector_store_ids")
Comment thread
mssfang marked this conversation as resolved.
vectorStoreIds?: string[];
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ op createVectorStoreFile(

/** A File ID that the vector store should use. Useful for tools like `file_search` that can access files. */
@encodedName("application/json", "file_id")
@body
fileId: string,
): VectorStoreFile;

Expand Down