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 e72299a commit 8c1bbd9Copy full SHA for 8c1bbd9
tests/mcp/test_resources_server.py
@@ -58,7 +58,7 @@ async def test_agent_with_resources(streaming: bool):
58
mcp_servers=[server],
59
)
60
61
- message = "What's the process to access the APIs? What are the available endpoints?"
+ message = "What's the process to access the APIs?"
62
if streaming:
63
streaming_result = Runner.run_streamed(agent, input=message)
64
async for _ in streaming_result.stream_events():
0 commit comments