We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ed37c commit 8effd08Copy full SHA for 8effd08
src/openai/resources/beta/threads/threads.py
@@ -1062,7 +1062,7 @@ def create_and_run_stream(
1062
"stream": True,
1063
"thread": thread,
1064
"tools": tools,
1065
- "tool": tool_resources,
+ "tool_resources": tool_resources,
1066
"truncation_strategy": truncation_strategy,
1067
"top_p": top_p,
1068
},
@@ -2082,7 +2082,7 @@ def create_and_run_stream(
2082
2083
2084
2085
2086
2087
2088
0 commit comments