Replies: 1 comment 3 replies
-
@dkindlund not sure if this helps, but just merged a PR which outputs the chatId along with the text response. Otherwise, I'd suggest provide the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a main chatflow that's internally calling another chatflow. Both chatflows are logging to Langfuse. Because each chatflow invocation has a unique "sessionId", Langfuse doesn't correlate the traces for this activity together in a single session.
My question is: Is it possible to take the $flow.chatId from the first chatflow and pass it into the internal second chatflow as an override? That way, when Langfuse reports the activity, it shows both chatflow invocations tied to the same session.
Let me know your thoughts here, @HenryHengZJ . Thanks!
Beta Was this translation helpful? Give feedback.
All reactions