-
Notifications
You must be signed in to change notification settings - Fork 486
Bugfix: memory overwrite on DocAgent #2075
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
Conversation
📝 Documentation AnalysisJoggr found 10 outdated docs in the pull request. AutofixJoggr opened 1 pull request(s) to fix the outdated docs. Outdated
|
|
Hey @priyansh4320, thanks for this - just confirming you've run DocAgent with the updated code and it's working? Also, the web search change, is that because of a change to OpenAI's Responses API? |
updated , web_search, according to https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses, |
|
Hey @priyansh4320, I've run through a code example in group chat, and I have a feeling that the DocAgent's context_variables isn't actually used, it has an internal group chat that has a set of context variables it's using instead. I think we can remove the context variables declaration on DocAgent's Can you confirm? |
yes we can remove it , did not remove that in first try cause I just wanted a second opinion, i will remove it now. |
Yep, let's remove it! |
66ab29a to
46c87db
Compare
…/github.com/ag2ai/ag2 into Bugfix-memory-overwrite-on-context-variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @priyansh4320!
Why are these changes needed?
fix for memory overwrite with conflicting context variable with CoversableAgent
Related issue number
#2067
Checks