Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
CreateRerankResponse type definition
operations.CreateRerankResponseBody
const value: operations.CreateRerankResponseBody = { model: "cohere/rerank-v3.5", results: [ { document: { text: "Paris is the capital of France.", }, index: 0, relevanceScore: 0.98, }, ], };
string
const value: string = "<value>";