{"meta":{"title":"정보 추출","intro":"GitHub 부조종사 채팅은 문제 및 토론에서 주요 정보를 추출하는 데 도움이 될 수 있습니다.","product":"GitHub Copilot","breadcrumbs":[{"href":"/ko/copilot","title":"GitHub Copilot"},{"href":"/ko/copilot/tutorials","title":"자습서"},{"href":"/ko/copilot/tutorials/copilot-chat-cookbook","title":"GitHub Copilot Chat 매뉴얼"},{"href":"/ko/copilot/tutorials/copilot-chat-cookbook/communicate-effectively","title":"효과적인 커뮤니케이션"},{"href":"/ko/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/extracting-information","title":"정보 추출"}],"documentType":"article"},"body":"# 정보 추출\n\nGitHub 부조종사 채팅은 문제 및 토론에서 주요 정보를 추출하는 데 도움이 될 수 있습니다.\n\n깃허브 코파일럿 채팅을 사용하면 이슈와 토론에서 핵심 정보를 추출하여 내용을 요약하고 이해하기 쉽게 만들 수 있습니다. 공동 파일럿 채팅에 작업 항목, 마감일 또는 특정 요청과 같은 중요한 세부 정보를 식별하도록 요청할 수 있습니다.\n\n## 예제 시나리오 1\n\n기능 요청에 대한 긴 토론 스레드를 검토하고 있습니다. 해결해야 하는 주요 쟁점 및 작업 항목을 빠르게 파악하려고 합니다.\n\n## 예시 프롬프트\n\n```copilot copy\nCan you summarize the key points and action items from this discussion?\n```\n\n## 예제 응답\n\n> \\[!NOTE] 다음 응답이 예제입니다. 공동 파일럿 채팅 응답은 비결정적이므로 여기에 표시된 응답과 다른 응답을 얻을 수 있습니다.\n\n```text\nKey Points:\n- The feature request aims to improve the user interface for better accessibility.\n- There are concerns about the impact on existing users and workflows.\n- Action items include gathering feedback from users and conducting usability testing.\nAction Items:\n- [ ] Gather feedback from users by the end of the week.\n- [ ] Conduct usability testing with a focus group next month.\n```\n\n## > \\[!NOTE] 다음 응답이 예제입니다. 공동 파일럿 채팅 응답은 비결정적이므로 여기에 표시된 응답과 다른 응답을 얻을 수 있습니다.\n\n예제 시나리오 2\n\n## 할당된 여러 가지 미해결 이슈가 있습니다. 각 이슈의 마감일과 우선 순위를 추출하여 작업의 우선 순위를 정하는 데 활용하고 싶습니다.\n\n```copilot copy prompt\nCan you list the open issues assigned to me, along with their deadlines and priorities?\n```\n\n## 예시 프롬프트\n\n> \\[!NOTE] 다음 응답이 예제입니다. 공동 파일럿 채팅 응답은 비결정적이므로 여기에 표시된 응답과 다른 응답을 얻을 수 있습니다.\n\n```text\nIssue 1:\n- Deadline: Next Friday\n- Priority: High\n\nIssue 2:\n- Deadline: End of the month\n- Priority: Medium\n\nIssue 3:\n- Deadline: No specific deadline\n- Priority: Low\n```\n\n## 예제 응답\n\n* [GitHub Copilot 채팅에 대한 프롬프트 엔지니어링](/ko/copilot/using-github-copilot/prompt-engineering-for-github-copilot)\n* [GitHub 부필로트 사용에 대한 모범 사례](/ko/copilot/using-github-copilot/best-practices-for-using-github-copilot)"}