Skip to content

Commit

Permalink
lame bug, not sure why stan did not see it
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 1, 2024
1 parent 3d2be89 commit 37d7805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Jobs/GatherInfoFinalPromptJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public function handle(): void
}

$messages[] = MessageInDto::from([
'content' => sprintf('Using the context of this chat can you '.
$this->report->message->getPrompt()),
'content' => 'Using the context of this chat can you '.
$this->report->message->getPrompt(),
'role' => 'user',
]);

Expand Down

0 comments on commit 37d7805

Please sign in to comment.