@karmaniverous/jeeves-runner
    Preparing search index...

    Interface DispatchOptions

    Options for dispatching an LLM session.

    interface DispatchOptions {
        jobId: string;
        label?: string;
        thinking?: "low" | "medium" | "high";
        timeout?: number;
    }
    Index

    Properties

    jobId: string

    Job identifier.

    label?: string

    Optional session label.

    thinking?: "low" | "medium" | "high"

    Thinking level for the LLM session.

    timeout?: number

    Timeout in seconds (default 300).