Skip to content

CreateAgentRunRequest

Example Usage

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

let value: CreateAgentRunRequest = {
  agentId: "<id>",
  createAgentRunRequest: {
    input: "<value>",
  },
};

Fields

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