langchain_core.beta.runnables.context.config_with_context

langchain_core.beta.runnables.context.config_with_context(config: RunnableConfig, steps: List[Runnable]) RunnableConfig[source]

使用上下文获取器和设置器对可运行配置进行修补。

参数:

config: 可运行配置。 steps: 可运行步骤。

返回:

修补后的可运行配置。

Parameters
Return type

RunnableConfig