Skip to content

Feature: Ability to debounce handle onNewMessage #208

@blackmouse572

Description

@blackmouse572

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions