Open
Description
Describe the bug
When chaining prompts on a flow (see prompt chaining example in flows library), and configure Langfuse to analyse the flow, only the last llm chain, trace and generation is tracked.
To Reproduce
Steps to reproduce the behavior:
- Create a flow from the prompt chaining example
- Use a langfuse local instance or the langfuse cloud
- Configure langfuse tracking in the flow
- Run the flow
Expected behavior
All the chained generations are correctly tracked by langfuse
Thanks