Skip to content

Commit 4ec1960

Browse files
committed
Updates
1 parent 5b78f5a commit 4ec1960

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ide/copilot-chat-context-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you learn how to get better answers by providing more informati
2323
+ Scope the chat to specific files using [references](#reference-context)
2424
+ [Attach images](#attach-images) to your prompt to provide additional context and better illustrate your ideas
2525
+ Review the [source](#find-context) used by Copilot to generate the answer
26-
+ Use different [threads](#threads) for each of your Copilot chats so you can maintain different contexts in each
26+
+ Use different [threads](#threads) for each of your Copilot chats to maintain chat history and different context in each
2727

2828
## Prerequisites
2929

docs/ide/copilot-chat-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Use slash commands in Copilot Chat'
2+
title: 'Customize chat responses'
33
description: Use slash commands to form better questions and get better answers with scoped context in GitHub Copilot Chat.
44
ms.date: 7/31/2025
55
ms.topic: how-to
@@ -13,7 +13,7 @@ helpviewer_keywords:
1313
- context, copilot chat
1414
monikerRange: '>= vs-2022'
1515
---
16-
# Use slash command to set the chat context
16+
# Customize chat responses and set context
1717

1818
You can ask [**GitHub Copilot Chat**](visual-studio-github-copilot-chat.md) to give you code suggestions, explain code, generate unit tests, and suggest code fixes. In addition to your prompt, Copilot uses additional context, like the code in your current file, any attached images, and the chat history, to generate a response.
1919

docs/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@
159159
href: ide/copilot-edits.md
160160
- name: Chat context
161161
items:
162-
- name: Use slash commands
162+
- name: Customize responses
163163
href: ide/copilot-chat-context.md
164-
- name: Use references
164+
- name: Manage context
165165
href: ide/copilot-chat-context-references.md
166166
- name: Guides
167167
items:

0 commit comments

Comments
 (0)