{{ (plan.question if plan else audit.question) or "—" }}
| {% if not finalized %} {% endif %} | # | Serveur | Fonction | Justification | Statut |
|---|---|---|---|---|---|
| {% if not finalized %} {% endif %} | {{ c.index + 1 }} | {{ c.server }} |
{{ c.tool }}
Voir le payload sortant{{ c.params | tojson(indent=2) }}
|
{{ c.justification or '—' }} | {{ c.result_status if c.result_status else 'pending' }} |
Décocher un appel revient à dire au LLM « cet appel n'est pas pertinent ; réponds sans lui ». Rejeter le plan revient à dire « aucun appel ne doit sortir » ; le LLM produira un refus.
{% endif %}