langchain_core.runnables.config
.get_executor_for_config¶
- langchain_core.runnables.config.get_executor_for_config(config: Optional[RunnableConfig]) Generator[Executor, None, None][源代码]¶
为配置获取执行器。
- 参数
config (RunnableConfig) – 配置。
- 生成器
Generator[Executor, None, None] – 执行器。
- 返回类型
Generator[Executor, None, None]