Skip to content

Commit

Permalink
Fix sender value constants
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Dec 23, 2024
1 parent cc0c6d3 commit 1588e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserPortal/js/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface Message {
type: string;
sessionId: string;
timeStamp: string;
sender: 'User' | 'Assistant';
sender: 'User' | 'Agent';
senderDisplayName: string | null;
tokens: number;
text: string;
Expand Down

0 comments on commit 1588e6b

Please sign in to comment.