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

Method parse

src/openai/_response.py:392–392  ·  src/openai/_response.py::AsyncAPIResponse.parse
(self, *, to: type[_T])

Source from the content-addressed store, hash-verified

390
391 @overload
392 async def parse(self, *, to: type[_T]) -> _T: ...
393
394 @overload
395 async def parse(self) -> R: ...

Calls 5

readMethod · 0.95
is_givenFunction · 0.85
add_request_idFunction · 0.85
getMethod · 0.45
_parseMethod · 0.45