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

Method parse

src/openai/_legacy_response.py:95–95  ·  src/openai/_legacy_response.py::LegacyAPIResponse.parse
(self, *, to: type[_T])

Source from the content-addressed store, hash-verified

93
94 @overload
95 def parse(self, *, to: type[_T]) -> _T: ...
96
97 @overload
98 def parse(self) -> R: ...

Calls 4

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