Manage preview conversations

The Preview tab in agents powered by the GitHub Copilot harness in Microsoft Copilot Studio maintains a history of your test conversations. Use conversation history to review past interactions and track patterns in your agent's behavior over time.

Note

Features in this article are powered by the GitHub Copilot harness, which uses Copilot Credits for usage-based billing. Learn more about Copilot Credits in Overview of billing for agents powered by the GitHub Copilot harness.

Usage-based billing applies to using, building, testing, and evaluating agents. These actions might consume Copilot Credits.

Prerequisites

  • An agent created with the GitHub Copilot harness
  • At least one test conversation in the Preview tab

View conversation history

  1. Open your agent in Copilot Studio and select the Preview tab.

  2. Select History in the preview header to open the history view.

  3. The history table shows your past conversations with the following details:

    Column Description
    Date When the conversation took place
    Description A summary of the conversation
    Status The outcome (Completed, In progress, Failed, Auth required, or Input required)
    Channels The channel the conversation came from
    Processed by The agent version that handled the conversation
    Steps/Turns The number of processing steps and conversation turns
    Last step The final processing step in the conversation
    Duration How long the conversation lasted

Filter and search conversations

  1. In the history view, use the Find by ID button to locate a conversation by its conversation ID.

  2. Use the filter options to narrow results by Status: Filter by All, Failed, In progress, Completed, Auth required, or Input required conversations.

Review conversation details

  1. In the history view, select a conversation to open its details.

  2. Review the full message history, including user messages and agent responses.

  3. If the End user preview toggle is off (maker view), view the activity trace for each message in the conversation.

  4. Check the metrics (steps, turns, duration) to understand the agent's processing performance.

Provide feedback on responses

Track quality patterns by providing feedback during preview conversations:

  1. Below any agent response in a conversation, select the Thumbs up or Thumbs down icon.

  2. In the popover that appears, enter a written comment describing the issue or positive behavior you observed.

  3. Submit the feedback.

Use feedback patterns to guide improvements to your agent's instructions, knowledge sources, and tools.

Start a new conversation

  1. Select New chat in the preview header.

  2. The current conversation is saved to your history automatically.

  3. A fresh conversation starts with no prior context, so you can test from a clean state.