MCPcopy
hub / github.com/openai/openai-python / parser

Method parser

src/openai/resources/responses/responses.py:3022–3027  ·  view source on GitHub ↗
(raw_response: Response)

Source from the content-addressed store, hash-verified

3020 tools = _make_tools(tools)
3021
3022 def parser(raw_response: Response) -> ParsedResponse[TextFormatT]:
3023 return parse_response(
3024 input_tools=tools,
3025 text_format=text_format,
3026 response=raw_response,
3027 )
3028
3029 return await self._post(
3030 "/responses",

Callers

nothing calls this directly

Calls 1

parse_responseFunction · 0.85

Tested by

no test coverage detected