diff --git a/src/Console/ChatSession.php b/src/Console/ChatSession.php index 71341fa..79c7d42 100644 --- a/src/Console/ChatSession.php +++ b/src/Console/ChatSession.php @@ -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) {