langchain
48b05224 - fix(langchain_v1): only interrupt if at least one ToolConfig value is True (#33064)

Commit
163 days ago
fix(langchain_v1): only interrupt if at least one ToolConfig value is True (#33064) **Description:** Right now, we interrupt even if the provided ToolConfig has all false values. We should ignore ToolConfigs which do not have at least one value marked as true (just as we would if tool_name: False was passed into the dict).
Author
Parents
Loading