Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 4.46 KB

File metadata and controls

22 lines (17 loc) · 4.46 KB

AgentsApiV1AgentsListPagesRequest

Example Usage

import { AgentsApiV1AgentsListPagesRequest } from "@mistralai/mistralai/models/operations";

let value: AgentsApiV1AgentsListPagesRequest = {};

Fields

Field Type Required Description
pageSize number Number of agents per page
deploymentChat boolean N/A
sources components.RequestSource[] N/A
name string Filter by agent name
search string Search agents by name or ID
id string N/A
metadata Record<string, any> N/A
pageToken string Opaque cursor from a previous response's next_page_token. When set, results page forward from the cursor.