Skip to content

Commit

Permalink
Revert "fix(parsing): don't validate input tools in the asynchronous …
Browse files Browse the repository at this point in the history
…`.parse()` method"

This reverts commit 257d79e.
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Jan 31, 2025
1 parent d779e40 commit a990968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/openai/resources/beta/chat/completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ def stream(
When the context manager exits, the response will be closed, however the `stream` instance is still available outside
the context manager.
"""
_validate_input_tools(tools)

extra_headers = {
"X-Stainless-Helper-Method": "beta.chat.completions.stream",
**(extra_headers or {}),
Expand Down

0 comments on commit a990968

Please sign in to comment.