get_execution_diagnostics
Get a full diagnostic trace of an AI execution: chronological LLM and tool calls with token counts, latency, model used, and finish reason. Diagnose issues by providing the execution ID.
Instructions
Retorna trace de diagnóstico completo de uma execução: timeline cronológica de LLM calls e tool calls, com tokens, latência, modelo usado e finish_reason. Use o execution_id (campo id do agent_executions) ou root_execution_id retornado pelo chat_with_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | UUID da execução (id do agent_executions ou root_execution_id) |