{# This snippet is returned by the /ui/htmx/share/chat/generate-link endpoint #} {% if share_url %}

Shareable Chat Link generated:

You can select the link above and copy it (Ctrl+C or Cmd+C).

This link will start a chat session with the agent '{{ agent_name }}' from Flock '{{ flock_name }}' using the currently saved settings.

{% elif error_message %}

Error generating chat link: {{ error_message }}

{% else %}

Something went wrong, no chat link generated.

{% endif %}