Skip to content

Commit

Permalink
fix(types/message): Better description
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jul 19, 2024
1 parent 5a73161 commit 810b5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface SearchResult {
/* Chat Interface types */

export interface Message {
// The user sending the message
// The name of the user sending the message
role: string;
// Message content
content: string;
Expand Down

0 comments on commit 810b5d1

Please sign in to comment.