We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc6b2f commit 3e28571Copy full SHA for 3e28571
examples/misc/persistent-chat.php
@@ -10,8 +10,8 @@
10
*/
11
12
use Symfony\AI\Agent\Agent;
13
-use Symfony\AI\Agent\Chat;
14
use Symfony\AI\Chat\Bridge\Local\InMemoryStore;
+use Symfony\AI\Chat\Chat;
15
use Symfony\AI\Platform\Bridge\OpenAi\Gpt;
16
use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory;
17
use Symfony\AI\Platform\Message\Message;
0 commit comments