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
hasToolsAgent: newRawContextKey<boolean>('chatHasToolsAgent',false,{type: 'boolean',description: localize('chatEditingHasToolsAgent',"True when a tools agent is registered.")}),
85
85
agentMode: newRawContextKey<boolean>('chatAgentMode',false,{type: 'boolean',description: localize('chatEditingAgentMode',"True when edits is in agent mode.")}),
86
86
agentModeDisallowed: newRawContextKey<boolean>('chatAgentModeDisallowed',undefined,{type: 'boolean',description: localize('chatAgentModeDisallowed',"True when agent mode is not allowed.")}),// experiment-driven disablement
87
+
hasToolConfirmation: newRawContextKey<boolean>('chatHasToolConfirmation',false,{type: 'boolean',description: localize('chatEditingHasToolConfirmation',"True when a tool confirmation is present.")}),
0 commit comments