Skip to content

Minor cleanups: interceptors and OpenAI Agents SDK #211

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dandavison
Copy link
Contributor

No description provided.

@dandavison dandavison requested a review from a team as a code owner July 17, 2025 14:37
@@ -46,16 +46,13 @@ async def _plan_searches(self, query: str) -> WebSearchPlan:

async def _perform_searches(self, search_plan: WebSearchPlan) -> list[str]:
with custom_span("Search the web"):
num_completed = 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to do code cleanup which makes it different from the openai sample?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No strong opinion personally. I didn't know this code was copied.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted. Doesn't seem much point if it's copied code.

@dandavison dandavison force-pushed the dan-0001-minor-cleanups branch from 569abcb to 9a0f59f Compare July 17, 2025 16:00
This reverts commit e7e3e12.
@dandavison dandavison requested a review from tconley1428 July 17, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants