-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
Some people usually send multiple messages to express a meaning. With the current design, we only handle a message at a time, which can lead to misunderstanding or miscontext when answering a question.
Proposed Solution
We already have state memory, we can debounce with unique key generator that provided by adapter to debounce incoming message.
Also, I want to control debounce option for each instance/provider/chatbot separately due to specification on each platform
Alternatives Considered
No response
Use Case
Priority
None
Contribution
- I am willing to help implement this feature
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request