@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface TaskOptions

    Options for task execution

    interface TaskOptions {
        timeout?: number;
        maxClarifications?: number;
        contextId?: string;
        debug?: boolean;
        metadata?: Record<string, any>;
    }
    Index

    Properties

    timeout?: number

    Timeout for entire task (ms)

    maxClarifications?: number

    Maximum clarification rounds before failing

    contextId?: string

    Context ID to continue existing conversation

    debug?: boolean

    Enable debug logging for this task

    metadata?: Record<string, any>

    Additional metadata to include