{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "search" %} {% block title %}Web search - LLeMbas{% endblock %} {% block heading %}Web search{% endblock %} {% block admin_content %}
Lets a model look things up while it answers. It is offered as a tool the model chooses to call, so nothing changes for a question that does not need it — and it is only offered to models marked as supporting tools, because sending a tool list to one that does not fails the whole request.
{% if saved %}Runs a real search against the saved settings, which is what a chat would do. Save first if you have just changed something.