LangGraph.js API Reference
    Preparing search index...

    Variable CUAConfigurableConst

    CUAConfigurable: AnnotationRoot<
        {
            authStateId: BinaryOperatorAggregate<
                undefined
                | string,
                undefined | string,
            >;
            blockedDomains: BinaryOperatorAggregate<string[], string[]>;
            environment: BinaryOperatorAggregate<CUAEnvironment, CUAEnvironment>;
            prompt: BinaryOperatorAggregate<
                undefined
                | string
                | SystemMessage<MessageStructure>,
                undefined | string | SystemMessage<MessageStructure>,
            >;
            scrapybaraApiKey: BinaryOperatorAggregate<
                undefined
                | string,
                undefined | string,
            >;
            timeoutHours: BinaryOperatorAggregate<number, number>;
            zdrEnabled: BinaryOperatorAggregate<boolean, boolean>;
        },
    > = ...