class ToolExecutorRunnableBinding<ToolExecutorInputType, ToolExecutorOutputType>The default configuration for graph execution, can be overridden on a per-invocation basis
The name of the channel.
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
The node name extracted from the last segment of the namespace path (everything before the final colon, or the full segment if no colon).
Creates a new instance of the Pregel graph with updated configuration. This method follows the immutable pattern - instead of modifying the current instance, it returns a new instance with the merged configuration.