import { SkillsListRequest } from "@mistralai/mistralai/models/operations";
let value: SkillsListRequest = {};| Field | Type | Required | Description |
|---|---|---|---|
pageSize |
number | ➖ | N/A |
pageToken |
string | ➖ | N/A |
alias |
string | ➖ | N/A |
fields |
string[] | ➖ | N/A |
sortField |
components.ListSortField | ➖ | Defaults to created_at when omitted. |
sortDirectionQueryParameter |
components.ListSortDirection | ➖ | Defaults to descending for timestamp fields and ascending for text fields. |
sortBy |
string | ➖ | REST-friendly alias for sort.field. Supported values: created_at, last_modified_at, name, title. |
sortDirectionQueryParameter1 |
string | ➖ | REST-friendly alias for sort.direction. Supported values: asc, desc. |