langchain_core.beta.runnables.context.aconfig_with_context¶

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

Asynchronously patch a runnable config with context getters and setters.

Parameters
Returns

The patched runnable config.

Return type

RunnableConfig