-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'LLMSinglePlan' object has no attribute 'related_message' #59
Comments
Actually, if
Could a string be used instead of None? |
I have experienced the same issue as @ilmonati |
Having the same problem. |
Ok, I believe this should fix the error.. I'm now receiving a new error but it runs much longer after I edited "src/agent/plans.py" and added the following on line 123
|
@mgunnin is the new error something along the lines of this?
|
[Rebecca] Moved Location Conference Room -> Park @ 20:34:52 During handling of the above exception, another exception occurred: Traceback (most recent call last): Thought process: "I should continue with my current plan because I haven't received any new information or messages that require my immediate attention. I will continue to be cautious and avoid getting caught by the authorities. I will keep my eyes and ears open for any potential deals or opportunities that come my way.". Got: Expecting value: line 1 column 1 (char 0) Same error... Does this code not work anymore? |
There does seem to be a decoding issue if you let it run for long enough, might be a missing handler for a specific response from OpenAI |
This usually happens because |
I ran into this error:
I believe changing
src/agent/base.py
(at line 873) will fix it:The text was updated successfully, but these errors were encountered: