We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e10f0 commit 3e7217fCopy full SHA for 3e7217f
tests/contrib/openai_agents/test_openai_tracing.py
@@ -41,7 +41,9 @@ def force_flush(self) -> None:
41
async def test_tracing(client: Client):
42
new_config = client.config()
43
new_config["plugins"] = [
44
- openai_agents.OpenAIAgentsPlugin(model_provider=TestModelProvider(TestResearchModel()))
+ openai_agents.OpenAIAgentsPlugin(
45
+ model_provider=TestModelProvider(TestResearchModel())
46
+ )
47
]
48
client = Client(**new_config)
49
0 commit comments