Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResponseRenderer + initialConversation conflict #154

Open
gidehault opened this issue Nov 15, 2024 · 0 comments
Open

ResponseRenderer + initialConversation conflict #154

gidehault opened this issue Nov 15, 2024 · 0 comments

Comments

@gidehault
Copy link

gidehault commented Nov 15, 2024

Hi everyone,
I have a nlux implementation which is working nicely using "initialConversation" : so I'm able to open the chat interface with conversation history, which is great for our users

I'm now trying to implement a responseRenderer, to display action buttons after some chatbot replies. it's working... but buttons are displayed too for all conversation history items previously displayed. I'm using ColourfulResponseRenderer without changes, as available in this example https://docs.nlkit.com/nlux/examples/custom-response-renderers

how can I avoid that and render my custom response only for latest entry ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant