LangGraph.js API Reference
    Preparing search index...

    Variable CUAAnnotationConst

    CUAAnnotation: AnnotationRoot<
        {
            authenticatedId: BinaryOperatorAggregate<
                undefined
                | string,
                undefined | string,
            >;
            instanceId: BinaryOperatorAggregate<
                undefined
                | string,
                undefined | string,
            >;
            messages: BinaryOperatorAggregate<
                BaseMessage<MessageStructure, MessageType>[],
                Messages,
            >;
            streamUrl: BinaryOperatorAggregate<undefined | string, undefined | string>;
        },
    > = ...