Executions Per Day
{% if summary.executions_by_day %}
{% else %}
No execution data for the selected period.
{% endif %}
Cost Over Time
{% if summary.cost_by_day %}
{% else %}
No cost data for the selected period.
{% endif %}
Cost by Agent
{% if summary.cost_by_agent %}
{% else %}
No data for the selected period.
{% endif %}
Token Usage
{% if summary.cost_by_day %}
{% else %}
No token data for the selected period.
{% endif %}