samples-python
samples-python copied to clipboard
Testing OpenAI Agents SDK Examples (Basic Examples)
What was changed
Adding testing of the OpenAI Agents SDK sample workflows.
Why?
Should test our Agents SDK samples to ensure they remain functional / correct.
Checklist
- [x] Test locally that the test runs correctly (awaiting API key...)
- [ ] ~Test all the other Agents SDK workflows.~ (do in follow-up PR)
- [x] Update README with instructions for setting API key in the testing section.
- [ ] ~Do we have API key to use in CI?~ (figure out CI testing in follow up PR, is disabled in CI for now)
-
Progress on #254
-
How was this tested: Testing this locally. Will figure out setup with API keys to get it to run in CI in follow-up.
-
Any docs updates needed? Tracked in checklist.