-
Notifications
You must be signed in to change notification settings - Fork 104
💥 Streamline OpenAI module layout #947
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
Let's also make sure to put a big 💥 on this PR as breaking compatibility. Doesn't have to be on PR title, can just be in description, we just need to make sure we call it out in next release notes. |
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.
Nothing blocking. We'll need to remember when we get to release time to 1) update release notes, and 2) update samples.
TestModel, | ||
TestModelProvider, |
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.
This is a bit more than "streamline OpenAI module layout", this gets into testing approach. We can leave in this PR since it's all alpha/experimental anyways, but would like to have a discussion on ideas/approaches for a test harness here (which may end up looking similar).
What was changed
Consolidated exposed objects from the openai agents module.
Why?
Easier use
Checklist
Closes
How was this tested:
Existing tests
Any docs updates needed?
OpenAI readme and samples will need to be updated.