| Status | {{ run.status|default:"-" }} |
|---|---|
| Operation | {{ run.operation|default:"-" }} |
| Model | {{ run.model|default:"-" }} |
| Started | {{ run.started_at|default:"-" }} |
| Finished | {{ run.finished_at|default:"-" }} |
| Duration (ms) | {{ run.duration_ms|default:"-" }} |
| Run ID | {{ run.id }} |
|---|---|
| AI ID | {% if run.ai_id %}{{ run.ai_id }}{% else %}-{% endif %} |
| Base URL | {{ run.base_url|default:"-" }} |
| Message Count | {{ run.message_count }} |
|---|---|
| Prompt Chars | {{ run.prompt_chars }} |
| Response Chars | {{ run.response_chars }} |
Click the Error tab to load details.