convert_trace
Turn your raw logs into a Snapback trace so you don't hand-craft JSON. Pass 'source' = a list of log/step entries, or an object with a spans/steps/messages/events/logs array (OTel spans, OpenAI/LangChain message lists, or generic {tool,input,output} arrays all work). Returns {trace} ready to pass straight to diagnose_trace. Free, no token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | optional: the framework/format, e.g. 'otel', 'openai' | |
| source | Yes | your logs: a list, or an object wrapping a spans/steps/messages array |