CreateAgentRunRequest
Example Usage
typescript
import { CreateAgentRunRequest } from "@meetkai/mka1/models/operations";
let value: CreateAgentRunRequest = {
agentId: "<id>",
createAgentRunRequest: {
input: "<value>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
agentId | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
createAgentRunRequest | components.CreateAgentRunRequest | ✔️ | N/A |