Skip to content

Commit

Permalink
chore: increase message history length
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Jan 23, 2025
1 parent 35df899 commit 92d35a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MAX_MESSAGE_LENGTH = 300;
/**
* Maximum allowed number of messages in history to prevent memory issues
*/
const MAX_HISTORY_LENGTH = 6;
const MAX_HISTORY_LENGTH = 20;

/**
* Type guard to validate the structure and content of message history
Expand Down

0 comments on commit 92d35a5

Please sign in to comment.