Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct logic error in tool input assignment for ChatflowTool (#…
…3903) The previous code incorrectly assigned `toolInput` to an empty string when `customInput` was non-empty. Corrected the logic to ensure that `toolInput` is assigned `customInput` when `useQuestionFromChat` is false and `customInput` is non-empty.
- Loading branch information