diff --git a/Modules/LlmDriver/app/Functions/ReportingTool.php b/Modules/LlmDriver/app/Functions/ReportingTool.php index cce5644f..fc7f89af 100644 --- a/Modules/LlmDriver/app/Functions/ReportingTool.php +++ b/Modules/LlmDriver/app/Functions/ReportingTool.php @@ -196,7 +196,7 @@ protected function makeSectionFromContent( 'report_id' => $report->id, 'sort_order' => $report->refresh()->sections->count() + 1, ], [ - 'subject' => "[ERROR FORMATTING PLEASE FIX]", + 'subject' => '[ERROR FORMATTING PLEASE FIX]', 'content' => $content, ]); Log::error('Error parsing JSON', [