interface AgentRunRequest {
    agent_run_id?: null | string;
    attachment_ids?: string[];
    background?: boolean;
    initial_message?: null | string;
    inline?: boolean;
    live_mode?: boolean;
    run_type?: string;
    trigger_source?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

agent_run_id?: null | string
attachment_ids?: string[]
background?: boolean
initial_message?: null | string
inline?: boolean
live_mode?: boolean
run_type?: string
trigger_source?: string

Generated using TypeDoc