ISPO SDK
    Preparing search index...

    Interface AgentRunsScheduleInput

    Markdown
    interface AgentRunsScheduleInput {
        idempotencyKey?: string;
        prompt: string;
        runAt: string;
    }
    Index
    idempotencyKey?: string
    prompt: string

    Prompt for the future run. 1..64KB.

    runAt: string

    ISO-8601 target time (e.g. next 03:00 local, or a couple of minutes out).