{% extends "base.html" %} {% block title %}{{ chat.title }} β Pengy{% endblock %} {% block extra_style %} {{ pygments_css | safe }} {% endblock %} {% block navbar_center %} {{ config.model }} {{ {'all':'YOLO','safe':'Safe','none':'Confirm All'}.get(config.tool_confirmation, 'Confirm All') }} {{ '{:,}'.format(chat.usage.total_tokens) if chat.usage else 0 }} tokens
{{ ev.name }}
{{ ev.args | tojson(indent=2) }}
{{ ev.result[:3000] }}{{ "β¦" if ev.result | length > 3000 else "" }}
No tasks saved yet β create one in the desktop app's Tasks dialog (they're shared across all three frontends).