fine-tuning

This commit is contained in:
overcuriousity
2025-08-05 21:47:16 +02:00
parent fe1be323bb
commit 769c223d39
3 changed files with 15 additions and 19 deletions

View File

@@ -741,7 +741,7 @@ class AIQueryInterface {
displayToolResults(recommendation, originalQuery) {
const html = `
<div class="tool-results-container">
<div class="workflow-container">
${this.renderHeader('Handlungsempfehlung', originalQuery)}
${this.renderContextualAnalysis(recommendation, 'tool')}
${this.renderBackgroundKnowledge(recommendation.background_knowledge)}