You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been working on a custom langfuse filter and noticed that the message_id metadata entry is not indicating the current message but the next message.
Example:
INLET:
OUTLET:
As you can see, the message_id value that was sent with the initial user message is now the assistant's message id on outlet. It's unclear to me why this is the case