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
exportconstpanelParticipantRegistered=newRawContextKey<boolean>('chatPanelParticipantRegistered',false,{type: 'boolean',description: localize('chatParticipantRegistered',"True when a default chat participant is registered for the panel.")});
52
52
exportconstchatEditingCanUndo=newRawContextKey<boolean>('chatEditingCanUndo',false,{type: 'boolean',description: localize('chatEditingCanUndo',"True when it is possible to undo an interaction in the editing panel.")});
53
53
exportconstchatEditingCanRedo=newRawContextKey<boolean>('chatEditingCanRedo',false,{type: 'boolean',description: localize('chatEditingCanRedo',"True when it is possible to redo an interaction in the editing panel.")});
54
+
exportconstlanguageModelsAreUserSelectable=newRawContextKey<boolean>('chatModelsAreUserSelectable',false,{type: 'boolean',description: localize('chatModelsAreUserSelectable',"True when the chat model can be selected manually by the user.")});
54
55
exportconstextensionInvalid=newRawContextKey<boolean>('chatExtensionInvalid',false,{type: 'boolean',description: localize('chatExtensionInvalid',"True when the installed chat extension is invalid and needs to be updated.")});
0 commit comments