Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-683 - Copilot Dynamic conversation titles #5067

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions blog-service/2025-02-25-copilot-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Dynamic Conversation Titles in Copilot (Search)
image: https://help.sumologic.com/img/sumo-square.png
keywords:
- copilot
- log-search
- search
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

Copilot now automatically updates conversation titles based on your query, making it easier to track and revisit past investigations. You can also customize it by clicking the pencil icon next to the title.

* Better organization. Each conversation gets a meaningful name, making it easier to sort through your history.
* Faster troubleshooting. Easily find and resume previous investigations.
* More control. Rename conversations to fit your workflow.

[Learn more](/docs/search/copilot).
6 changes: 5 additions & 1 deletion docs/search/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ _sourceCategory=* "{" "}"

If your log query contains a mix of JSON and non-JSON formatting (i.e., a log file is partially JSON), you can isolate the JSON portion by adding a left curly brace (`{`) to the source expression to trigger **Suggestions**.<br/><img src={useBaseUrl('img/search/copilot/copilot-json.png')} alt="Copilot JSON formatting" style={{border: '1px solid gray'}} width="350" />

#### Edit Title

Copilot automatically updates conversation titles based on your query. You can also set a custom title by clicking the "Edit Title" (pencil) icon. This helps keep investigations organized and easier to revisit.

#### History

The conversation history feature saves all previous queries and suggestions, allowing you to backtrack and refine your investigation. For example, if a status code analysis yields inconclusive results, you can revisit earlier queries to explore other possibilities.
Expand All @@ -240,7 +244,7 @@ To start a fresh exploration, click **New Conversation**. This clears your curre

### Step 4: Open in Log Search

You can open your query in [Log Search](/docs/search) to access Sumo Logic’s full search functionality. This allows you to continue investigating, refine your query, save the search, or take action as needed.
You can open your Copilot query in [Log Search](/docs/search) to access Sumo Logic’s full search functionality. This allows you to continue investigating, refine your query, save the search, or take action as needed.

There are two ways to do this:

Expand Down
Loading