set_config_context#

langchain_core.runnables.config.set_config_context(config: RunnableConfig) Generator[Context, None, None][source]#

Set the child Runnable config + tracing context.

Parameters:

config (RunnableConfig) – The config to set.

Return type:

Generator[Context, None, None]