Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 369 Bytes

listvectorstoresqueryparamorder.md

File metadata and controls

18 lines (11 loc) · 369 Bytes

ListVectorStoresQueryParamOrder

Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.

Example Usage

import { ListVectorStoresQueryParamOrder } from "argot-open-ai/models/operations";

let value: ListVectorStoresQueryParamOrder = "asc";

Values

"asc" | "desc"