Threads
Overview
A guide to track multi-turn conversation chat logs.
What is Threads?
Threads are conversation groupings for chatlogs. You can easily track multi-turn conversations by passing in a Thread ID when logging.
You will love it when you want to:
- Track multi-turn conversations.
- Check the whole conversation history instead of a single log.
Quick start
In your API payload, pass thread_identifier
to group the chatlogs into a thread. Every log with the same thread_identifier
will be grouped into the same thread.
Python
Was this page helpful?