AutoGPT
AutoGPT copied to clipboard
Update summary_memory.py
Updated the update_running_summary to fix JSONDecodeError in your Python script. This error typically occurs when there is an issue with the JSON data being parsed. In this case, it seems like the JSON decoder is expecting a value at line 1 column 1 (char 0), but it doesn't find one.
Background
Changes
Documentation
Test Plan
PR Quality Checklist
- [ ] My pull request is atomic and focuses on a single change.
- [ ] I have thoroughly tested my changes with multiple different prompts.
- [ ] I have considered potential risks and mitigations for my changes.
- [ ] I have documented my changes clearly and comprehensively.
- [ ] I have not snuck in any "extra" small tweaks changes
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs | ⬜️ Ignored (Inspect) | Visit Preview | May 12, 2023 7:05pm |
potential duplicate of #3923
Codecov Report
Patch coverage: 11.11
% and project coverage change: -0.07
:warning:
Comparison is base (
b06ea61
) 60.99% compared to head (386923e
) 60.93%.
Additional details and impacted files
@@ Coverage Diff @@
## master #3996 +/- ##
==========================================
- Coverage 60.99% 60.93% -0.07%
==========================================
Files 73 73
Lines 3310 3315 +5
Branches 542 543 +1
==========================================
+ Hits 2019 2020 +1
- Misses 1152 1156 +4
Partials 139 139
Impacted Files | Coverage Δ | |
---|---|---|
autogpt/memory_management/summary_memory.py | 55.81% <11.11%> (-4.72%) |
:arrow_down: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.