Skip to content

Commit

Permalink
chore: add new attributes to history message
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Apr 29, 2024
1 parent daf7a97 commit badfd60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ export declare type Message = {
memoryID?: string;
text: string;
translatedText?: string;
questionAnswered?: string;
acceptsFeedback?: boolean;
generatedByAI?: boolean;
fromUser?: boolean;
Expand Down

0 comments on commit badfd60

Please sign in to comment.