A trace is a collection of model calls that belong together. Suppose I want to generate a character image from a character description. I would first generate a visual description of the character and then use that visual description to generate the image. I would want to group these two calls together in a trace.Documentation Index
Fetch the complete documentation index at: https://docs.tatara.ai/llms.txt
Use this file to discover all available pages before exploring further.
user_id and an id_ to the start_trace function to associate the trace with your user and to give the trace a unique identifier that you can use to join it to other data.