in src/components/chat/duo_chat.stories.js [465:473]
onBackToChat() {
this.currentMessages = [
MOCK_USER_PROMPT_MESSAGE,
MOCK_RESPONSE_MESSAGE,
MOCK_USER_PROMPT_MESSAGE,
MOCK_RESPONSE_MESSAGE,
];
this.componentCurrentView = 'chat';
},