Sessions are now on neatlogs. Group every turn of a chatbot or multi-turn workflow under a single session, one parameter change.
Group related traces into sessions automatically
Keep every trace from a conversation together without managing session IDs yourself.
Enable auto_session and Neatlogs automatically groups all traces produced by your process into the same session. If you already manage conversation state externally, you can provide your own session ID instead.