Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/core/callbacks/dispatch";
Dispatch a custom event.
Note: this method is only supported in non-web environments due to usage of async_hooks to infer config.
If you are using this method in the browser, please import and use from "@langchain/core/callbacks/dispatch/web".