autogen
autogen copied to clipboard
Implements suggestion discussed in issue #6049 by adding raw_response field to CreateResult.
Why are these changes needed?
This PR adds a new raw_response field to the CreateResult class to store the original response object returned by the model.
Related issue number
Closes #6049
Checks
- [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md to build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes introduced in this PR.
- [x] I've made sure all auto checks have passed.
Can you resolve the conflict with the main branch? So we can make sure there is no changes to uv.lock in this PR.
Can you resolve the conflict with the main branch? So we can make sure there is no changes to
uv.lockin this PR.
Hi @ekzhu, I have resolved the conflict with the main branch and confirmed no changes to the uv.lock file in this PR. Feel free to review the updated changes.
Thanks!