Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.08 KB

File metadata and controls

22 lines (17 loc) · 3.08 KB

AgentsApiV1AgentsListRequest

Example Usage

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

let value: AgentsApiV1AgentsListRequest = {};

Fields

Field Type Required Description
page number Page number (0-indexed)
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