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