MCPcopy Create free account
hub / github.com/openai/openai-agents-python / recv

Method recv

tests/test_agent_runner_streamed.py:429–432  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 return None
428
429 async def recv(self) -> str:
430 if not self._frames:
431 raise RuntimeError("No more websocket frames configured")
432 return self._frames.pop(0)
433
434 async def close(self) -> None:
435 if self.close_code is None:

Callers 3

_writeMethod · 0.45
redis_ping_urlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected