{% if has_auth %}
{% endif %}
{% if tools %}
{% for tool in tools %}
{{ tool.name }}
→
{% endfor %}
{% else %}
📭
No Tools Available
No functions have been registered yet.
{% endif %}