AutoGPT
AutoGPT copied to clipboard
Type Error in `autogpt/memory_management/summary_memory.py`
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Windows
Which version of Auto-GPT are you using?
Latest Release
GPT-3 or GPT-4?
GPT-3.5
Steps to reproduce 🕹
No response
Current behavior 😯
The return type of update_running_summary
is str in function description
Expected behavior 🤔
- But
update_running_summary
is returning adict[str,str]
object - the same thing persist in the function documentation
Your prompt 📝
No response
Your Logs 📒
No response
True, but that should not cause an error?
Yeah
- But when i was debugging the code for issue #3846 ,this seems to add a little complexity while debugging
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
This issue was closed automatically because it has been stale for 10 days with no activity.