Getting Started with Prompts in the GitHub Copilot App

The latest updates to the GitHub Copilot app introduce structured workflows for writing prompts, managing input context, and selecting the most appropriate underlying models. Users can now leverage advanced evaluation criteria to assess how different models interpret specific prompts, ensuring more predictable code generation. The update outlines the functional differences in API structures, making it easier to integrate Copilot deeper into existing development workflows.
Related tools
Recommended tools for this topic
These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.
Strong fit for AI, backend, and frontend readers looking for an AI-first coding workflow.
View CursorNatural next step for readers evaluating LLM adoption, APIs, and production inference.
Explore APIA strong fit for readers comparing Claude-class models, safety, and long-context workflows.
View AnthropicComparison
| Aspect | Before / Alternative | After / This |
|---|---|---|
| Model Selection | Implicit or automated model selection with limited user control over the underlying LLM. | Explicit model selection tailored to specific tasks and complexity requirements within the app. |
| Context Management | Implicit workspace tracking without explicit configuration or visibility. | Structured context provision allowing engineers to define precise boundaries and files. |
| API Compatibility | Legacy API endpoints with standard response structures. | Updated endpoints incorporating advanced prompt metadata and evaluation metrics. |
Action Checklist
- Verify API endpoint compatibility with the new GitHub Copilot app specifications Legacy payload structures might require minor mapping updates
- Select the appropriate context boundaries in your workspace configuration Restricting the context size prevents unnecessary token usage and latency
- Test prompt evaluation outputs against your project's coding standards Verify if the selected model matches the security and formatting guidelines of your team
Source: GitHub Blog
This page summarizes the original source. Check the source for full details.

