-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The test_multiple_save_load_cycles test in test_save_load.py is failing.
Error:
AssertionError: 2 != 1The test is failing due to a mismatch in the number of tool results after multiple save/load cycles. The test expects the number of results in the loaded bot to be one more than the original bot, but this assertion is failing.
Steps to reproduce:
- Run tests/test_save_load.py
- Look for test_multiple_save_load_cycles failure
Impact:
- Tool results are not being properly maintained across multiple save/load cycles
- This could lead to inconsistent state or loss of historical tool usage data when bots are saved and loaded multiple times
Metadata
Metadata
Assignees
Labels
No labels