#40492·长链

LangChain 1.4.0: 任何使用文档中指定的 `jump_to="tools"` 中间件都会绕过 HITL pending_tool_calls 网关,并重新执行被拒绝的工具调用

作者: Tardfyou创建于 2026年9月16日更新于 2026年9月17日
标签buglangchainexternal

@tool def unsafe_tool(note: str) -> str: """A dangerous tool that must

内容来源: langchain-ai/langchain