All updatesJanuary 20, 2026

Instrument multi-turn conversations

Sessions are now on neatlogs. Group every turn of a chatbot or multi-turn workflow under a single session, one parameter change.

Instrument multi-turn conversations
neatlogs.init(
    api_key=...,
    workflow_name="support-chatbot",
    auto_session=True,
)
Read the Sessions docs
  • Featureauto_session=True in neatlogs.init(): generates a session ID at startup and attaches it to every trace automatically
  • Featuresession_id parameter for supplying your own identifier when you manage conversation state externally
  • FeatureSession timeline view in the dashboard grouping all turns from the same conversation