Skip to content

Commit a990968

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
Revert "fix(parsing): don't validate input tools in the asynchronous .parse() method"
This reverts commit 257d79e.
1 parent d779e40 commit a990968

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/openai/resources/beta/chat/completions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ def stream(
268268
When the context manager exits, the response will be closed, however the `stream` instance is still available outside
269269
the context manager.
270270
"""
271-
_validate_input_tools(tools)
272-
273271
extra_headers = {
274272
"X-Stainless-Helper-Method": "beta.chat.completions.stream",
275273
**(extra_headers or {}),

0 commit comments

Comments
 (0)