Traces
Traces are used to track the behaviour of each individual call to an LLM inside your task.
reportTrace
You can report a trace by calling reportTrace
inside an evalite
eval:
traceAISDKModel
If you’re using the Vercel AI SDK, you can automatically report traces by wrapping your model in traceAISDKModel
function: