Skip to main content

Provide visual inputs to GitHub Copilot

You can attach images to issues or 부조종사 채팅 prompts to help Copilot understand your task.

누가 이 기능을 사용할 수 있나요?

Copilot 코딩 에이전트는 GitHub Copilot Pro, GitHub Copilot Pro(프로)+, GitHub Copilot Business,GitHub Copilot Enterprise 플랜과 함께 사용할 수 있습니다. 에이전트는 GitHub에 저장된 모든 리포지토리에서 사용할 수 있습니다. 단, 관리형 사용자 계정가 소유한 리포지토리에서는 에이전트가 명시적으로 비활성화되어 있습니다.
Sign up for Copilot

참고 항목

For an overview of Copilot 코딩 에이전트, see GitHub Copilot 코딩 에이전트 정보.

Introduction

코딩 에이전트 can process images, such as a photo or screenshot of a sketch or design, as part of your task description. This is useful when you want to show Copilot what you're trying to achieve visually, for example, when updating a UI or implementing a design.

You can provide images to Copilot in two ways:

  • In an issue: Add an image to the issue body, with a description of the task you want Copilot to complete, then assign the issue to Copilot.
  • In 부조종사 채팅: Attach images to your prompt when you ask Copilot to create a pull request.

Attaching images to an issue

  1. Navigate to the repository where you want to create the issue.
  2. Create a new issue or open an existing issue.
  3. In the issue body, drag and drop your image.
  4. Add a clear description of what you want Copilot to do with the image. For example, "Let's update the login form to match this mockup".
  5. Assign the issue to Copilot. For detailed instructions, see Assign an issue to Copilot on GitHub.com.

Copilot will analyze the image along with your description when working on the task.

Attaching images in 부조종사 채팅

  1. Open 부조종사 채팅.

  2. Attach your image to the chat prompt, and use /task to describe what you want Copilot to do. For example, "Update the notification badge to match this mockup".

    For detailed instructions, see Asking Copilot to create a pull request from 부조종사 채팅 in GitHub.com.

  3. Copilot will create a pull request using the image as context for the task.

Further reading