You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Other
Please describe your feature-request in detail.
Currently, when using AI Kit's AIConversation component in Amplify, there is no native way to stop the chatbot from generating a response while it is still responding. At least from studying the documentation, I did not find any mention of this functionality. This limits the user's interactivity, who has to wait until the response is finished to interact again.
I would like to request the implementation of a mechanism that allows the user to stop the bot from responding in real time. This functionality would improve the user experience by giving more control over the conversation, especially in long responses.
Please describe a solution you'd like.
Add a method or property to the AIConversation component that allows the response to be interrupted. This could be done, for example, through a stopResponse() function that the developer could call to cancel the response in progress.
Another approach would be to allow a user-controlled state to be passed, such as isInterrupted, which could be dynamically updated to stop the response when necessary.
We love contributors! Is this something you'd be interested in working on?
👋 I may be able to implement this feature request.
⚠️ This feature might incur a breaking change.
The text was updated successfully, but these errors were encountered:
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Other
Please describe your feature-request in detail.
Currently, when using AI Kit's AIConversation component in Amplify, there is no native way to stop the chatbot from generating a response while it is still responding. At least from studying the documentation, I did not find any mention of this functionality. This limits the user's interactivity, who has to wait until the response is finished to interact again.
I would like to request the implementation of a mechanism that allows the user to stop the bot from responding in real time. This functionality would improve the user experience by giving more control over the conversation, especially in long responses.
Please describe a solution you'd like.
Add a method or property to the AIConversation component that allows the response to be interrupted. This could be done, for example, through a stopResponse() function that the developer could call to cancel the response in progress.
Another approach would be to allow a user-controlled state to be passed, such as isInterrupted, which could be dynamically updated to stop the response when necessary.
We love contributors! Is this something you'd be interested in working on?
The text was updated successfully, but these errors were encountered: