@squidcloud/client
    Preparing search index...

    Interface InvokeLangGraphOptions

    Options for starting a new LangGraph run.

    interface InvokeLangGraphOptions {
        input?: Record<string, unknown>;
        threadId?: string;
    }
    Index
    input?: Record<string, unknown>

    Initial state for the run.

    threadId?: string

    If provided, the run executes against this thread. If omitted, a new thread is created.