chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-02 01:56:18 +00:00
parent cbbe282a54
commit 232aa776d5
5 changed files with 53 additions and 6 deletions
@@ -3,7 +3,7 @@ title: 'Building Custom Agents'
description: 'Learn how to create specialized GitHub Copilot agents with custom personas, tool integrations, and domain expertise.'
authors:
- GitHub Copilot Learning Hub Team
lastUpdated: 2026-06-26
lastUpdated: 2026-07-01
estimatedReadingTime: '10 minutes'
tags:
- agents
@@ -254,7 +254,8 @@ The agent can then query your database, analyze query plans, and suggest optimiz
| Scenario | Recommended Model |
|----------|-------------------|
| Complex reasoning, security review | Claude Sonnet 4 or higher |
| Most demanding reasoning, security review | Claude Sonnet 5 *(v1.0.67+)* |
| Complex reasoning, analysis | Claude Sonnet 4 |
| Code generation, refactoring | GPT-4.1 |
| Quick analysis, simple tasks | Claude Haiku or GPT-4.1-mini |
| Large codebase understanding | Models with larger context windows |