Sort order by the created_at
timestamp of the objects. asc
for ascending order and desc
for descending order.
import { ListVectorStoresQueryParamOrder } from "argot-open-ai/models/operations";
let value: ListVectorStoresQueryParamOrder = "asc";
"asc" | "desc"