diff --git a/app/Jobs/GatherInfoFinalPromptJob.php b/app/Jobs/GatherInfoFinalPromptJob.php index d6e17b62..0446dbc7 100644 --- a/app/Jobs/GatherInfoFinalPromptJob.php +++ b/app/Jobs/GatherInfoFinalPromptJob.php @@ -41,12 +41,6 @@ public function handle(): void $messages = []; $history = []; - - $messages[] = MessageInDto::from([ - 'content' => 'You are an assistant helping with this gathered info.', - 'role' => 'system', - ]); - foreach ($this->report->sections as $section) { $messages[] = MessageInDto::from([ 'content' => $section->content,