{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

Issue System Message

Send an explicit directive from Gobii Operations to {{ agent.name }} (ID: {{ agent.id }}). The text below will be injected into the agent's system prompt on its next processing cycle.

{% csrf_token %}
{{ form.non_field_errors }}
{{ form.message.errors }} {{ form.message }} {% if form.message.help_text %}

{{ form.message.help_text }}

{% endif %}
Cancel
{% endblock %}