aws-samples / amazon-transcribe-live-call-analytics

Amazon Transcribe Live Call Analytics (LCA) Sample Solution
Other
84 stars 57 forks source link

fix #121 - Changing the LLM_CHAT_HISTORY_MAX_MESSAGES in QnABot cause… #122

Closed rstrahan closed 9 months ago

rstrahan commented 9 months ago

Changing the LLM_CHAT_HISTORY_MAX_MESSAGES in QnABot caused error with processing utterances

Issue #, if available:

121

Description of changes:

Added int() cast to ensure string value (result of changing parameter) is converted to integer.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.