diff --git a/the-basics/chat-history-and-memory.md b/the-basics/chat-history-and-memory.md index a58cab8..7325d77 100644 --- a/the-basics/chat-history-and-memory.md +++ b/the-basics/chat-history-and-memory.md @@ -254,7 +254,7 @@ class MyAgent extends Agent return new SQLChatHistory( thread_id: 'CHAT_THREAD_ID', pdo: $this->connection->getNativeConnection(), - table: 'chat_hisotry', + table: 'chat_history', contextWindow: 50000 ); }