# 정보 추출

GitHub 부조종사 채팅은 문제 및 토론에서 주요 정보를 추출하는 데 도움이 될 수 있습니다.

깃허브 코파일럿 채팅을 사용하면 이슈와 토론에서 핵심 정보를 추출하여 내용을 요약하고 이해하기 쉽게 만들 수 있습니다. 공동 파일럿 채팅에 작업 항목, 마감일 또는 특정 요청과 같은 중요한 세부 정보를 식별하도록 요청할 수 있습니다.

## 예제 시나리오 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.
```

## > \[!NOTE] 다음 응답이 예제입니다. 공동 파일럿 채팅 응답은 비결정적이므로 여기에 표시된 응답과 다른 응답을 얻을 수 있습니다.

예제 시나리오 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 채팅에 대한 프롬프트 엔지니어링](/ko/copilot/using-github-copilot/prompt-engineering-for-github-copilot)
* [GitHub 부필로트 사용에 대한 모범 사례](/ko/copilot/using-github-copilot/best-practices-for-using-github-copilot)