+
+
+
+
+
+ ` : ''}
+ `;
+
+ this.thinkingSteps.appendChild(conversationDiv);
+
+ // Set up conversation interaction if there's a question
+ if (hasQuestion) {
+ this.setupAIConversation(conversationDiv);
+ }
+ }
+
addCompletionMessage(questionType) {
const completionSection = document.createElement('div');
completionSection.className = 'completion-message';