A guide to track multi-turn conversation chat logs.
Threads are conversation groupings for chatlogs. You can easily track multi-turn conversations by passing in a Thread ID when logging.
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.