langflow
langflow copied to clipboard
feat: Adding Text input feature to the python REPL block
Adding a new feature:
- a string input to python REPL that could be connected to a block of output text
fixing #7806
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?