{% extends "base.html" %} {% block content %}

Policy Configuration

Dynamically tweak IntentGuard, Tool Selection, and KGraph behavior.

{% if result %}
{{ result }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
Blocks requests that violate core security policies.
Maximum number of tools to expose to the LLM per turn. 0 = inject all tools (expensive).
Similarity threshold for detecting contradictions (0.0 - 1.0).
{% endblock %}