mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: improved thread serialization and deser with better tests (#1316)
* improved thread serialization and deser with better tests * update redis with the same
This commit is contained in:
committed by
GitHub
Unverified
parent
c2c8ec3d4e
commit
a36e183600
@@ -242,6 +242,7 @@ class TestRedisChatMessageStore:
|
||||
state = await redis_store.serialize()
|
||||
|
||||
expected_state = {
|
||||
"type": "redis_store_state",
|
||||
"thread_id": "test_thread_123",
|
||||
"redis_url": "redis://localhost:6379",
|
||||
"key_prefix": "chat_messages",
|
||||
|
||||
Reference in New Issue
Block a user