We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53868d7 commit 0323ee7Copy full SHA for 0323ee7
1 file changed
temporalio/contrib/openai_agents/_temporal_model_stub.py
@@ -267,7 +267,7 @@ async def stream_response(
267
streaming_input: StreamingActivityModelInput = {
268
**base_input,
269
"streaming_topic": topic,
270
- "streaming_batch_interval": (self.model_params.streaming_batch_interval),
+ "streaming_batch_interval": self.model_params.streaming_batch_interval,
271
}
272
273
events = await workflow.execute_activity_method(
0 commit comments