Migrate copilot to command menu (#9522)

Open copilot chat inside command menu


https://github.com/user-attachments/assets/60d83a77-6e96-4daa-98b0-33b7c1157d9a
This commit is contained in:
Raphaël Bosi
2025-01-13 17:12:31 +01:00
committed by GitHub
parent 86c4decdbd
commit 739611afa8
3 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ export enum CommandMenuPages {
ViewRecord = 'view-record',
ViewEmailThread = 'view-email-thread',
ViewCalendarEvent = 'view-calendar-event',
Copilot = 'copilot',
WorkflowStepSelectTriggerType = 'workflow-step-select-trigger-type',
WorkflowStepSelectAction = 'workflow-step-select-action',
WorkflowStepView = 'workflow-step-view',