In e2e-chatbot-app template the first message does not show feedback option until one more request is made.
At line 299 of file app-templates/e2e-chatbot-app/app.py only render_message(msg) is called where render_assistant_message_feedback() also should be called to render the feedback for the first message.
In e2e-chatbot-app template the first message does not show feedback option until one more request is made.
At line 299 of file app-templates/e2e-chatbot-app/app.py only
render_message(msg)is called whererender_assistant_message_feedback()also should be called to render the feedback for the first message.