{% extends "base.html" %} {% block title %}AI Context & Tools{% endblock %} {% block page_title %}AI Context & Tools{% endblock %} {% block content %}
Context items are injected into the system prompt to give the AI additional knowledge.
Enable or disable AI-callable tools. Tools are registered by the application developer.
{{ tool.name }}
No tools registered. Developers can register tools using @tool_registry.tool().
@tool_registry.tool()