Skip to content

Commit 1d1eeb9

Browse files
committed
Format
1 parent e8d8a48 commit 1d1eeb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,11 +1929,13 @@ async def run(self, prompt: str) -> str:
19291929
result = await Runner.run(starting_agent=agent, input=prompt)
19301930
return result.final_output
19311931

1932+
19321933
class CheckModelNameProvider(ModelProvider):
19331934
def get_model(self, model_name: Optional[str]) -> Model:
19341935
assert model_name == "test_model"
19351936
return TestHelloModel()
19361937

1938+
19371939
async def test_alternative_model(client: Client):
19381940
new_config = client.config()
19391941
new_config["plugins"] = [

0 commit comments

Comments
 (0)