diff --git a/common/chat-diff-analyzer.cpp b/common/chat-diff-analyzer.cpp index 03978f6e57..1587faaf9e 100644 --- a/common/chat-diff-analyzer.cpp +++ b/common/chat-diff-analyzer.cpp @@ -478,7 +478,7 @@ content_analysis differential_analyzer::analyze_content(const common_chat_templa LOG_DBG(ANSI_ORANGE "Phase 2: Content analysis\n" ANSI_RESET); content_analysis result; - + json assistant_content_only = json{ { "role", "assistant" }, { "content", "Response text" } @@ -560,7 +560,7 @@ content_analysis differential_analyzer::analyze_content(const common_chat_templa result.mode = content_mode::ALWAYS_WRAPPED; // TODO: END_DELIMITED content mode - delimited at end but not at start? } - + return result; }