Skip to content

CreateAgentScheduleRequest

Example Usage

typescript
import { CreateAgentScheduleRequest } from "@meetkai/mka1/models/components";

let value: CreateAgentScheduleRequest = {
  schedule: {
    type: "cron",
    cronExpression: "<value>",
    timezone: "UTC",
  },
  input: [
    {},
  ],
};

Fields

FieldTypeRequiredDescription
namestringN/A
schedulecomponents.AgentScheduleSpec✔️N/A
inputcomponents.CreateAgentScheduleRequestInput✔️N/A
conversationcomponents.JsonValueN/A
previousResponseIdstringN/A
contextManagementcomponents.AgentCompactionContextManagement[]Context management strategies to apply during agent-run response generation. Supports compaction, which summarizes older conversation history when the context exceeds a token threshold.
metadataRecord<string, string>N/A