Skip to content

Commit

Permalink
refactor: Update PowerPagesChatParticipantConstants
Browse files Browse the repository at this point in the history
The code changes in the `PowerPagesChatParticipantConstants.ts` file refactor the constants used in the PowerPages chat participant. The changes include:
- Cleaning up the code formatting

Co-authored-by: amitjoshi <[email protected]>
  • Loading branch information
amitjoshi committed May 17, 2024
1 parent 04f855e commit a9a22f4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
*/

export const POWERPAGES_CHAT_PARTICIPANT_ID = 'powerpages';

export const RESPONSE_AWAITED_MSG = 'Working on it...'

export const AUTHENTICATION_FAILED_MSG = 'Authentication failed. Please try again.';

export const COPILOT_NOT_AVAILABLE_MSG = 'Copilot is not available. Please contact your administrator.';

export const PAC_AUTH_NOT_FOUND = 'Active auth profile is not found or has expired. Please try again.';

0 comments on commit a9a22f4

Please sign in to comment.