Skip to content

Commit

Permalink
add error insert update to the Section
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 12, 2024
1 parent ee6de4e commit 6305045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/LlmDriver/app/Functions/ReportingTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit 6305045

Please sign in to comment.