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

Method parse

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

Source from the content-addressed store, hash-verified

281
282 @overload
283 def parse(self, *, to: type[_T]) -> _T: ...
284
285 @overload
286 def parse(self) -> R: ...

Calls 5

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