MCPcopy
hub / github.com/openai/gpt-oss / run_tool

Method run_tool

gpt_oss/responses_api/api_server.py:909–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

907 )
908
909 async def run_tool():
910 results = []
911 async for msg in browser_tool.process(
912 message_for_browser
913 ):
914 results.append(msg)
915 return results
916
917 yield self._send_event(
918 ResponseWebSearchCallSearching(

Callers

nothing calls this directly

Calls 1

processMethod · 0.80

Tested by

no test coverage detected