File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/openai/resources/responses Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2483,6 +2483,9 @@ def __init__(self, responses: Responses) -> None:
24832483 self .cancel = _legacy_response .to_raw_response_wrapper (
24842484 responses .cancel ,
24852485 )
2486+ self .parse = _legacy_response .to_raw_response_wrapper (
2487+ responses .parse ,
2488+ )
24862489
24872490 @cached_property
24882491 def input_items (self ) -> InputItemsWithRawResponse :
@@ -2505,6 +2508,9 @@ def __init__(self, responses: AsyncResponses) -> None:
25052508 self .cancel = _legacy_response .async_to_raw_response_wrapper (
25062509 responses .cancel ,
25072510 )
2511+ self .parse = _legacy_response .async_to_raw_response_wrapper (
2512+ responses .parse ,
2513+ )
25082514
25092515 @cached_property
25102516 def input_items (self ) -> AsyncInputItemsWithRawResponse :
You can’t perform that action at this time.
0 commit comments