Skip to content

DecideAgentRunMcpApprovalRequest

Example Usage

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

let value: DecideAgentRunMcpApprovalRequest = {
  agentId: "<id>",
  runId: "<id>",
  decideAgentRunMcpApprovalRequest: {
    approvalRequestId: "<id>",
    approve: false,
  },
};

Fields

FieldTypeRequiredDescription
agentIdstring✔️N/A
runIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
decideAgentRunMcpApprovalRequestcomponents.DecideAgentRunMcpApprovalRequest✔️N/A