Commit 714f662
feat: Add multiline input to python REPL component (langflow-ai#7712)
* Update python_repl_core.py
Changed the input type to MultilineInput to allow code to be received from another component.
* [autofix.ci] apply automated fixes
* Update python_repl_core.py
* Update python_repl_core.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <[email protected]>1 parent 4ea2a5d commit 714f662
File tree
1 file changed
+1
-0
lines changed- src/backend/base/langflow/components/tools
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments