豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit aa7344d

Browse files
sbattenCopilot
andauthored
Update src/platform/endpoint/node/copilotChatEndpoint.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7774288 commit aa7344d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/platform/endpoint/node/copilotChatEndpoint.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ export class CopilotChatEndpoint extends ChatEndpoint {
6767
* Endpoint for the `copilot-fast` internal family. Prefers {@link primaryFamily} but falls back to
6868
* {@link fallbackFamily} when the primary model is not available to the user.
6969
*
70-
* When the primary model uses the Responses API, reasoning effort is forced to `'none'` so that
71-
* background tasks (title generation, rename suggestions, etc.) are fast and cheap. When the same
72-
* model is selected explicitly in the model picker it uses a regular {@link CopilotChatEndpoint}
73-
* and respects the user's chosen reasoning effort.
70+
* When the selected model (primary or fallback) uses the Responses API, reasoning effort is forced
71+
* to `'none'` so that background tasks (title generation, rename suggestions, etc.) are fast and
72+
* cheap. When the same model is selected explicitly in the model picker it uses a regular
73+
* {@link CopilotChatEndpoint} and respects the user's chosen reasoning effort.
7474
*/
7575
export class CopilotFastChatEndpoint extends CopilotChatEndpoint {
7676
static readonly primaryFamily = 'gpt-5.4-nano';

0 commit comments

Comments
 (0)