set_config_context#
- langchain_core.runnables.config.set_config_context(
- config: RunnableConfig,
Set the child Runnable config + tracing context.
- Parameters:
config (RunnableConfig) – The config to set.
- Return type:
Generator[Context, None, None]
Set the child Runnable config + tracing context.
config (RunnableConfig) – The config to set.
Generator[Context, None, None]