jeeves-meta-monorepo
    Preparing search index...

    Interface MetaSpawnOptions

    Options for spawning a synthesis subprocess.

    interface MetaSpawnOptions {
        label?: string;
        model?: string;
        thinking?: string;
        timeout?: number;
    }
    Index

    Properties

    label?: string

    Label for the spawned session.

    model?: string

    Model override for this subprocess.

    thinking?: string

    Thinking level (e.g. "low", "medium", "high").

    timeout?: number

    Timeout in seconds.