-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
InvalidRequestError Please reduce the length of message #238
Comments
@sonichi @piyush-at-sangti This is a symptom of a bigger change that is needed. Autogen should never stop working due to errors. Agents should be spun up to do any activity that could potentially cause an error of any kind. The agents are designed to read the error messages and figure out what to do next (rewrite code and try again; report problem to user; etc). If Autogen is failing it is because it is doing too much in it's core program and not via an agent. Let me know your thoughts. |
Sure. That should be the goal. The progress in #156 is encouraging. I wish it can be accelerated with your help :) |
I’d like to help! Is 156 just focused on context length? Or, is there a place that is more focused on overall architecture? Thank you.
On Oct 21, 2023, at 9:48 AM, Chi Wang ***@***.***> wrote:
Sure. That should be the goal. The progress in #156<#156> is encouraging. I wish it can be accelerated with your help :)
—
Reply to this email directly, view it on GitHub<#238 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABS7E4XRGPCQBXCIX3365D3YAPODZAVCNFSM6AAAAAA6ADNED2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZTHAYTMMBVGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
We are closing this issue due to inactivity; please reopen if the problem persists. |
I was running the Example jupyter notebook at https://github.com/microsoft/autogen/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb
While running the above cell, I got below error.
Autogen should automatically handle the the context length of the message. Right?
Tasks
The text was updated successfully, but these errors were encountered: