• A helper utility function that returns the LangGraphRunnableConfig that was set when the graph was initialized.

    Note: This only works when running in an environment that supports node:async_hooks and AsyncLocalStorage. If you're running this in a web environment, access the LangGraphRunnableConfig from the node function directly.

    Returns LangGraphRunnableConfig

    the LangGraphRunnableConfig that was set when the graph was initialized