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

    Interface SpawnSessionOptions

    Options for spawning a session.

    interface SpawnSessionOptions {
        label?: string;
        runTimeoutSeconds?: number;
        thinking?: "low" | "medium" | "high";
    }
    Index

    Properties

    label?: string

    Optional session label.

    runTimeoutSeconds?: number

    Run timeout in seconds.

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

    Thinking level: low, medium, or high.