共 {{ trust_analysis.uncertain_count }} 个区域所有模型均无法确定结论。 展示不确定性比展示确定性更重要——这些区域建议人工审查。
{{ d.get('description', '') }}
{% elif d.type == 'verdict' %}{{ d.get('detail', '') }}
{% elif d.type == 'score' %}{{ d.get('detail', '') }}
{% endif %}{{ trust_analysis.dispute_details[f.area].reason }}
| Role | Model | Verdict | Score | Issues |
|---|---|---|---|---|
| {{ a.role }} | {{ a.model }} | {% if a.passed %} [PASS] {% else %} [FAIL] {% endif %} | {{ "%.0f"|format(a.score) }} |
{% if a.issues %}
|
| Model | Current Vote | Current Score | Historical Pass Rate | Family |
|---|---|---|---|---|
| {{ mp.model }} | {% if mp.current_passed %} [PASS] {% else %} [FAIL] {% endif %} | {{ "%.0f"|format(mp.current_score) }} | {% if mp.historical_pass_rate == 'N/A' %} N/A {% else %} {{ "%.0f"|format(mp.historical_pass_rate_num * 100) }}% ({{ mp.historical_total }} reviews) {% endif %} | {{ mp.family }} |
{{ line }}
{% endfor %}| Model | Provider | Prompt Tokens | Completion Tokens | Cost (USD) |
|---|---|---|---|---|
| {{ entry.model }} | {{ entry.provider }} | {{ entry.prompt_tokens }} | {{ entry.completion_tokens }} | ${{ "%.4f"|format(entry.cost) }} |
Total: ${{ "%.4f"|format(cost.total) }} {% if cost.comparison_total %} Full audit estimate (all top-tier): ${{ "%.4f"|format(cost.comparison_total) }} {% endif %} {% if cost.cache_hit_rate is not none %} Cache hit rate: {{ "%.0f"|format(cost.cache_hit_rate * 100) }}%, saved ~${{ "%.4f"|format(cost.cache_saved) }} {% endif %}
| Strategy | Input | Result | Triggered |
|---|---|---|---|
| {{ s.strategy_id }} | {{ s.input_used[:60] }}... |
{{ s.execution_result[:80] }}... | {% if s.triggered %}✅ Yes{% else %}❌ No{% endif %} |