File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/platform/endpoint/node Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
7575export class CopilotFastChatEndpoint extends CopilotChatEndpoint {
7676 static readonly primaryFamily = 'gpt-5.4-nano' ;
You can’t perform that action at this time.
0 commit comments