langchain.js
    Preparing search index...

    Type Alias CustomStreamEvent<T>

    Streaming custom data from inside the nodes.

    type CustomStreamEvent<T> = {
        data: T;
        event: "custom";
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    event: "custom"