File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/contrib/openai_agents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1967,7 +1967,7 @@ async def test_code_interpreter_tool(client: Client):
19671967 model_params = ModelActivityParameters (
19681968 start_to_close_timeout = timedelta (seconds = 60 )
19691969 ),
1970- model_provider = TestModelProvider (CodeInterpreterModel ())
1970+ model_provider = TestModelProvider (CodeInterpreterModel ()),
19711971 )
19721972 ]
19731973 client = Client (** new_config )
@@ -2062,7 +2062,7 @@ async def test_hosted_mcp_tool(client: Client):
20622062 model_params = ModelActivityParameters (
20632063 start_to_close_timeout = timedelta (seconds = 120 )
20642064 ),
2065- model_provider = TestModelProvider (HostedMCPModel ())
2065+ model_provider = TestModelProvider (HostedMCPModel ()),
20662066 )
20672067 ]
20682068 client = Client (** new_config )
You can’t perform that action at this time.
0 commit comments