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 ce2eb9a commit c441326Copy full SHA for c441326
tests/contrib/openai_agents/test_openai.py
@@ -2161,7 +2161,9 @@ async def run(self, timeout: timedelta) -> str:
2161
instructions="Use the tools to read the filesystem and answer questions based on those files.",
2162
mcp_servers=[server],
2163
)
2164
- result = await Runner.run(starting_agent=agent, input="Read the files and list them.")
+ result = await Runner.run(
2165
+ starting_agent=agent, input="Read the files and list them."
2166
+ )
2167
return result.final_output
2168
2169
0 commit comments