|
@@ -159,9 +159,9 @@ class ThreadRunner:
|
|
|
temperature=run.temperature,
|
|
|
top_p=run.top_p,
|
|
|
response_format=run.response_format,
|
|
|
- response_format=run.parallel_tool_calls,
|
|
|
- response_format=run.audio,
|
|
|
- response_format=run.modalities,
|
|
|
+ parallel_tool_calls=run.parallel_tool_calls,
|
|
|
+ audio=run.audio,
|
|
|
+ modalities=run.modalities,
|
|
|
)
|
|
|
|
|
|
# create message callback
|