You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint-entire-content-data-markdown.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: 'Lint entire content and data markdown files'
2
2
3
-
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors exists, it opens a PR for the Docs content team to review.
3
+
# **What it does**: Lints our content markdown weekly to ensure the content matches the specified styleguide. If errors or warnings exist, it opens an issue for the Docs content team to review.
4
4
# **Why we have it**: Extra precaution to run linter on the entire content/data directories.
5
5
# **Who does it impact**: Docs content.
6
6
@@ -32,7 +32,7 @@ jobs:
32
32
id: linting-content-data
33
33
timeout-minutes: 10
34
34
continue-on-error: true
35
-
run: npm run lint-content -- --errors-only --paths content data --output-file /tmp/error-lints.json
35
+
run: npm run lint-content -- --paths content data --output-file /tmp/lint-results.json
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ Use this table to find a suitable model quickly, see more detail in the sections
27
27
| {% data variables.copilot.copilot_o3 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning |
28
28
| {% data variables.copilot.copilot_o3_mini %} | Fast help with simple or repetitive tasks | Quick responses for code snippets, explanations, and prototyping | Lower latency |
29
29
| {% data variables.copilot.copilot_o4_mini %} | Fast help with simple or repetitive tasks | Fast, reliable answers to lightweight coding questions | Lower latency |
30
-
| {% data variables.copilot.copilot_claude_opus %} | Deep reasoning and debugging |Advanced agentic workflows over large codebases, long-horizon projects| Reasoning |
30
+
| {% data variables.copilot.copilot_claude_opus %} | Deep reasoning and debugging |Complex problem-solving challenges, sophisticated reasoning| Reasoning, vision|
31
31
| {% data variables.copilot.copilot_claude_sonnet_35 %} | Fast help with simple or repetitive tasks | Quick responses for code, syntax, and documentation | Agent mode |
32
32
| {% data variables.copilot.copilot_claude_sonnet_37 %} | Deep reasoning and debugging | Structured reasoning across large, complex codebases | Agent mode |
33
-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Deep reasoning and debugging |High-performance code review, bug fixes, and efficient research workflows | Agent mode |
33
+
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Deep reasoning and debugging |Performance and practicality, perfectly balanced for coding workflows | Agent mode, vision|
34
34
| {% data variables.copilot.copilot_gemini_25_pro %} | Deep reasoning and debugging | Complex code generation, debugging, and research workflows | Reasoning |
35
35
| {% data variables.copilot.copilot_gemini_flash %} | Working with visuals (diagrams, screenshots) | Real-time responses and visual reasoning for UI and diagram-based tasks | Visual |
0 commit comments