Skip to content

Commit 51a637c

Browse files
Copilottimrogershubwriter
authored
Document reasoning level customization for Copilot cloud agent (#62491)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 0a351d9 commit 51a637c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

content/copilot/how-tos/use-copilot-agents/cloud-agent/changing-the-ai-model.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Changing the AI model for GitHub Copilot cloud agent
33
shortTitle: Changing the AI model
44
allowTitleToDifferFromFilename: true
5-
intro: 'In supported entrypoints, when starting a task with {% data variables.copilot.copilot_cloud_agent %}, you can select the model used.'
5+
intro: 'In supported entrypoints, when starting a task with {% data variables.copilot.copilot_cloud_agent %}, you can select the model used, and, for supported models, the reasoning level.'
66
product: '{% data reusables.gated-features.copilot-cloud-agent %}<br><a href="https://github.com/features/copilot/plans?ref_product=copilot&ref_type=purchase&ref_style=button" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Sign up for {% data variables.product.prodname_copilot_short %}</span> {% octicon "link-external" height:16 %}</a>'
77
versions:
88
feature: copilot
@@ -35,3 +35,9 @@ The following options are currently available:
3535

3636
{% data reusables.copilot.auto-model-option %}
3737

38+
## Reasoning level
39+
40+
Some models support configurable reasoning levels, which control how much time and effort the model spends reasoning before it responds. Higher reasoning levels can improve the quality of responses to complex tasks, but may take longer and use more {% data variables.product.prodname_ai_credits_short %}.
41+
42+
If you select a model that supports configurable reasoning, a second dropdown menu appears so you can choose the reasoning level you want {% data variables.copilot.copilot_cloud_agent %} to use for that task. For more information about which models support configurable reasoning, see [AUTOTITLE](/copilot/reference/ai-models/supported-models#models-with-extended-capabilities).
43+

content/copilot/reference/ai-models/supported-models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ The latest {% data variables.product.prodname_copilot_short %} models support th
7070
Choosing a larger context window or higher reasoning will impact {% data variables.product.prodname_ai_credits_short %} consumption; more tokens will be consumed, so more credits will be used. For this reason, we recommend that you use the regular context window and regular reasoning by default, selecting the larger context window and higher reasoning for more complex tasks only.
7171

7272
> [!NOTE]
73-
> * These extended capabilities are available in {% data variables.product.prodname_vscode %} and {% data variables.copilot.copilot_cli_short %} only.
73+
> * The 1 million token context window is available in {% data variables.product.prodname_vscode %} and {% data variables.copilot.copilot_cli_short %} only.
74+
> * Configurable reasoning levels are available in {% data variables.product.prodname_vscode %}, {% data variables.copilot.copilot_cli_short %}, and {% data variables.copilot.copilot_cloud_agent %}.
7475
> * Some models have extended capability pricing see [AUTOTITLE](/copilot/reference/copilot-billing/models-and-pricing#pricing-tables)
7576
7677
{% rowheaders %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. Optionally, you can use the dropdown menu to select the model that {% data variables.product.prodname_copilot_short %} will use. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/changing-the-ai-model).
1+
1. Optionally, you can use the dropdown menu to select the model that {% data variables.product.prodname_copilot_short %} will use. If the selected model supports configurable reasoning, you can also use the dropdown menu to select the reasoning level. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/changing-the-ai-model).

0 commit comments

Comments
 (0)