Skip to content

Commit

Permalink
darn the claude issue with user sandwhich
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 25, 2024
1 parent de859e2 commit d86f76c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/Jobs/GatherInfoFinalPromptJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d86f76c

Please sign in to comment.