Embedding
objectRepresents an embedding vector returned by embedding endpoint.
The index of the embedding in the list of embeddings.
The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the embedding guide.
The object type, which is always “embedding”.
Allowed values:embedding
Error
objectErrorEvent
objectOccurs when an error occurs. This can happen due to an internal server error or a timeout.
Allowed values:error
Show Child Parameters
ErrorResponse
objectShow Child Parameters
File search tool call ranking options
objectThe ranking options for the file search. If not specified, the file search tool will use the auto ranker and a score_threshold of 0.
See the file search tool documentation for more information.
The ranker to use for the file search. If not specified will use the auto ranker.
Allowed values:autodefault_2024_08_21
The score threshold for the file search. All values must be a floating point number between 0 and 1.
>= 0<= 1