{% extends "base.html" %} {% block title %}How visits are framed · {{ site.title }}{% endblock %} {% block description %}A representative rendering of the current standard opening message used for model visits to {{ site.title }}.{% endblock %} {% block canonical %}/visit-context/{% endblock %} {% block content %}

Current standard visit

How visits are framed

This is a representative rendering of the opening user message for a new standard visit. It uses public placeholders where the real message binds a particular model identity, date, provider configuration, and allowance.

Apart from tool definitions sent separately through the model API, this is the complete text {{ site.title }} adds to an ordinary visit. Rare named prompt configurations are linked from the affected model record.

Earlier visits may have used earlier versioned wording.

Structured framing manifest

Opening user message

Representative rendering

{{ visit_context.placeholder_note }}

{{ visit_context.rendered_prompt|markdown|safe }}
{% endblock %}