Require Approval
{% if config.behavior.require_approval %}
Yes
{% else %}
No
{% endif %}
Auto-approve Low Risk
{% if config.behavior.auto_approve_low_risk %}
Yes
{% else %}
No
{% endif %}
Confidence Threshold
{{ "%.0f"|format(config.behavior.confidence_threshold * 100) }}%
Max Iterations
{{ config.behavior.max_iterations }}
Timeout
{{ config.behavior.timeout_seconds }}s