MCPcopy Index your code
hub / github.com/openai/openai-agents-python / run_streamed

Method run_streamed

tests/test_agent_runner.py:184–186  ·  view source on GitHub ↗
(self, starting_agent: Any, input: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

182
183 class DummyRunner:
184 def run_streamed(self, starting_agent: Any, input: Any, **kwargs: Any):
185 captured.update(kwargs)
186 return object()
187
188 original_runner = get_default_agent_runner()
189 set_default_agent_runner(cast(Any, DummyRunner()))

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected