OpenAI API

ListVectorStoresResponse

objectstringrequired

Example:list

dataarray[object]required

A vector store is a collection of processed files can be used by the file_search tool.

Show Child Parameters
first_idstringrequired

Example:vs_abc123

last_idstringrequired

Example:vs_abc456

has_morebooleanrequired
Example

Image file

object

References an image File in the content of a message.

typestringrequired

Always image_file.

Allowed values:image_file

image_fileobjectrequired
Show Child Parameters
Example

Image URL

object

References an image URL in the content of a message.

typestringrequired

The type of the content part.

Allowed values:image_url

image_urlobjectrequired
Show Child Parameters
Example

Refusal

object

The refusal content generated by the assistant.

typestringrequired

Always refusal.

Allowed values:refusal

refusalstringrequired
Example

File citation

object

A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the “file_search” tool to search files.

typestringrequired

Always file_citation.

Allowed values:file_citation

textstringrequired

The text in the message content that needs to be replaced.

file_citationobjectrequired
Show Child Parameters
start_indexintegerrequired

>= 0

end_indexintegerrequired

>= 0

Example