import { AgentsApiV1AgentsGetVersionRequest } from "@mistralai/mistralai/models/operations";
let value: AgentsApiV1AgentsGetVersionRequest = {
agentId: "<id>",
version: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
agentId |
string | ✔️ | N/A |
version |
string | ✔️ | N/A |