Whitespace

This commit is contained in:
Piotr Wilkin 2026-02-13 00:55:56 +01:00
parent 28fcef67c0
commit e772822011
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}