Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.23 KB

File metadata and controls

39 lines (23 loc) · 1.23 KB
title Messages
description Reading, editing, and navigating conversation history.

The agent chat is a scrollable message history with user messages on the right, assistant responses on the left, just like a normal chatbot.


Message actions

Hover over any message to reveal action buttons:

User messages:

  • Copy — copy text to clipboard
  • Edit — edit a prior message you sent, save to re-run from that point

Assistant messages:

  • Copy — copy text to clipboard
  • Regenerate — regenerate the agent's response
  • Branch chat — fork the conversation into a new agent card on the dashboard

Branching

Editing a user message or regenerating a response creates a branch — a new conversation path from that point. The original history is preserved.

Navigating branches

When a message has multiple variants, a ◀ 1/3 ▶ navigator appears on hover. Click the arrows to switch between branches at that fork point. The entire conversation below updates to reflect the selected branch. Nothing is ever deleted — you can always navigate back.


Resume

If an agent is stopped mid-task, a Resume button appears. Clicking it allows an agent to continue where it left off.