Skip to content

Commit a8be971

Browse files
committed
Cleanup tests to deduplicate static response construction
1 parent 71ed93c commit a8be971

File tree

2 files changed

+91
-551
lines changed

2 files changed

+91
-551
lines changed

temporalio/contrib/openai_agents/_temporal_openai_agents.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def set_open_ai_agent_temporal_overrides(
7979
A context manager that yields the configured TemporalTraceProvider.
8080
8181
"""
82-
if model_params is None:
83-
model_params = ModelActivityParameters()
8482

8583
previous_runner = get_default_agent_runner()
8684
previous_trace_provider = get_trace_provider()

0 commit comments

Comments
 (0)