Skip to content

Commit fb0cc93

Browse files
authored
1 parent 7e87802 commit fb0cc93

File tree

5 files changed

+173
-175
lines changed

5 files changed

+173
-175
lines changed

src/vs/sessions/contrib/chat/browser/newChatViewPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ class NewChatWidget extends Disposable {
471471
this._focusEditor();
472472
},
473473
getModels: () => this._getAvailableModels(),
474-
showCuratedModels: () => false,
474+
canManageModels: () => false,
475475
};
476476

477477
const pickerOptions: IChatInputPickerOptions = {

src/vs/workbench/contrib/chat/browser/widget/input/chatInputPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ export class ChatInputPart extends Disposable implements IHistoryNavigationWidge
21802180
this.renderAttachedContext();
21812181
},
21822182
getModels: () => this.getModels(),
2183-
showCuratedModels: () => {
2183+
canManageModels: () => {
21842184
const sessionType = this.getCurrentSessionType();
21852185
return !sessionType || sessionType === localChatSessionType;
21862186
}

0 commit comments

Comments
 (0)