Skip to content

UpdateAgentRequest

Example Usage

typescript
import { UpdateAgentRequest } from "@meetkai/mka1/models/operations";

let value: UpdateAgentRequest = {
  agentId: "<id>",
  updateAgentRequest: {
    model: "functionary-pt",
  },
};

Fields

FieldTypeRequiredDescription
agentIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
updateAgentRequestcomponents.UpdateAgentRequest✔️N/A