# 提取信息

GitHub中的 Copilot Chat 可以帮助你从问题和讨论中提取关键信息。

GitHub Copilot 聊天功能 可以帮助从议题和讨论中提取关键信息，便于更轻松地总结和理解内容。 可以要求 副驾驶聊天 标识重要详细信息，例如拟办事项、截止时间或具体请求。

## 示例场景 1

你正在查看有关功能请求的长篇讨论主题。 你希望快速确定要解决的要点和任何拟办事项。

## 示例提示

```copilot copy
Can you summarize the key points and action items from this discussion?
```

## 示例响应

> \[!NOTE] 以下响应是示例。 副驾驶聊天 的回答是不确定的，因此你可能会得到与这里所显示的不同的回答。

```text
Key Points:
- The feature request aims to improve the user interface for better accessibility.
- There are concerns about the impact on existing users and workflows.
- Action items include gathering feedback from users and conducting usability testing.
Action Items:
- [ ] Gather feedback from users by the end of the week.
- [ ] Conduct usability testing with a focus group next month.
```

## 示例场景 2

已向你分配了许多未决议题，并且你想要提取每个议题的截止时间和优先级，以帮助确定工作优先级。

## 示例提示

```copilot copy prompt
Can you list the open issues assigned to me, along with their deadlines and priorities?
```

## 示例响应

> \[!NOTE] 以下响应是示例。 副驾驶聊天 的回答是不确定的，因此你可能会得到与这里所显示的不同的回答。

```text
Issue 1:
- Deadline: Next Friday
- Priority: High

Issue 2:
- Deadline: End of the month
- Priority: Medium

Issue 3:
- Deadline: No specific deadline
- Priority: Low
```

## 其他阅读材料

* [GitHub Copilot 对话助手的提示设计](/zh/copilot/using-github-copilot/prompt-engineering-for-github-copilot)
* [使用 GitHub Copilot 的最佳做法](/zh/copilot/using-github-copilot/best-practices-for-using-github-copilot)