interface McpStartRunRequest {
    agent_id?: null | string;
    attachment_ids?: string[];
    background?: boolean;
    initial_message?: null | string;
    live_mode?: boolean;
    prompt?: null | string;
    run_type?: string;
    trigger_source?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

agent_id?: null | string
attachment_ids?: string[]
background?: boolean
initial_message?: null | string
live_mode?: boolean
prompt?: null | string
run_type?: string
trigger_source?: string

Generated using TypeDoc