Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 12, 2024
1 parent 664ba26 commit 2285582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Domains/Messages/SearchAndSummarizeChatRepo.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ public function search(
$chat->chatable->getDriver()
)->chat([
MessageInDto::from([
'content' => $message->getContent() . ' \n <context> \n' . $contentFlattened,
'content' => $message->getContent().' \n <context> \n'.$contentFlattened,
'role' => 'user',
]),
]);


$this->response = $response->content;

Log::info('[LaraChain] Summary Results before verification', [
Expand Down

0 comments on commit 2285582

Please sign in to comment.