Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 1, 2024
1 parent d86dc7e commit 3031d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChatSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function run(UuidInterface $accountUuid, string $binPath = 'app.php'): vo
$this->io->block(\array_merge($sessionInfo, [
'Run the following command to see the AI response',
\str_repeat('-', \strlen($message)),
\sprintf('php app.php chat:session %s -v', $this->sessionUuid),
$message,
]), style: 'info', padding: true);

while (true) {
Expand Down

0 comments on commit 3031d80

Please sign in to comment.