langflow icon indicating copy to clipboard operation
langflow copied to clipboard

feat: Adding Text input feature to the python REPL block

Open Farreeda opened this issue 8 months ago • 1 comments

Adding a new feature:

  • a string input to python REPL that could be connected to a block of output text

fixing #7806

Farreeda avatar Apr 25 '25 11:04 Farreeda

Hey @Farreeda

Thanks for this!

Could you give me an example of how this would be used?

Hi @ogabrielluiz For me, I needed to manipulate texts, a python code is the most straight forward. Passing the input from LLM response and parse it through python REPL. Is there another block to split text on a specific symbol?

Farreeda avatar Apr 25 '25 19:04 Farreeda