diff --git a/app/Jobs/GatherInfoFinalPromptJob.php b/app/Jobs/GatherInfoFinalPromptJob.php index d41663ba..6a063c2e 100644 --- a/app/Jobs/GatherInfoFinalPromptJob.php +++ b/app/Jobs/GatherInfoFinalPromptJob.php @@ -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', ]);