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
Our original requests to LLM uses message order as ['image_url', 'image_url', 'text']
When we use replay for the above trace -> the portkey changes the order to ['text', 'image_url', 'image_url'] (I didn't knew this until I found change in the reponse behaviour since normally we use playground/replay in pretty mode )
What Should Have Happened?
Replays should respect the order of messages, since the reproducibility gets affects