File tree Expand file tree Collapse file tree 28 files changed +56
-56
lines changed Expand file tree Collapse file tree 28 files changed +56
-56
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def speech(self) -> Speech:
4848 @cached_property
4949 def with_raw_response (self ) -> AudioWithRawResponse :
5050 """
51- This property can be used as a prefix for any HTTP method call to return the
51+ This property can be used as a prefix for any HTTP method call to return
5252 the raw response object instead of the parsed content.
5353
5454 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -81,7 +81,7 @@ def speech(self) -> AsyncSpeech:
8181 @cached_property
8282 def with_raw_response (self ) -> AsyncAudioWithRawResponse :
8383 """
84- This property can be used as a prefix for any HTTP method call to return the
84+ This property can be used as a prefix for any HTTP method call to return
8585 the raw response object instead of the parsed content.
8686
8787 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Speech(SyncAPIResource):
3232 @cached_property
3333 def with_raw_response (self ) -> SpeechWithRawResponse :
3434 """
35- This property can be used as a prefix for any HTTP method call to return the
35+ This property can be used as a prefix for any HTTP method call to return
3636 the raw response object instead of the parsed content.
3737
3838 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -116,7 +116,7 @@ class AsyncSpeech(AsyncAPIResource):
116116 @cached_property
117117 def with_raw_response (self ) -> AsyncSpeechWithRawResponse :
118118 """
119- This property can be used as a prefix for any HTTP method call to return the
119+ This property can be used as a prefix for any HTTP method call to return
120120 the raw response object instead of the parsed content.
121121
122122 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Transcriptions(SyncAPIResource):
3636 @cached_property
3737 def with_raw_response (self ) -> TranscriptionsWithRawResponse :
3838 """
39- This property can be used as a prefix for any HTTP method call to return the
39+ This property can be used as a prefix for any HTTP method call to return
4040 the raw response object instead of the parsed content.
4141
4242 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -200,7 +200,7 @@ class AsyncTranscriptions(AsyncAPIResource):
200200 @cached_property
201201 def with_raw_response (self ) -> AsyncTranscriptionsWithRawResponse :
202202 """
203- This property can be used as a prefix for any HTTP method call to return the
203+ This property can be used as a prefix for any HTTP method call to return
204204 the raw response object instead of the parsed content.
205205
206206 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Translations(SyncAPIResource):
3636 @cached_property
3737 def with_raw_response (self ) -> TranslationsWithRawResponse :
3838 """
39- This property can be used as a prefix for any HTTP method call to return the
39+ This property can be used as a prefix for any HTTP method call to return
4040 the raw response object instead of the parsed content.
4141
4242 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -179,7 +179,7 @@ class AsyncTranslations(AsyncAPIResource):
179179 @cached_property
180180 def with_raw_response (self ) -> AsyncTranslationsWithRawResponse :
181181 """
182- This property can be used as a prefix for any HTTP method call to return the
182+ This property can be used as a prefix for any HTTP method call to return
183183 the raw response object instead of the parsed content.
184184
185185 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Batches(SyncAPIResource):
3131 @cached_property
3232 def with_raw_response (self ) -> BatchesWithRawResponse :
3333 """
34- This property can be used as a prefix for any HTTP method call to return the
34+ This property can be used as a prefix for any HTTP method call to return
3535 the raw response object instead of the parsed content.
3636
3737 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -236,7 +236,7 @@ class AsyncBatches(AsyncAPIResource):
236236 @cached_property
237237 def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
238238 """
239- This property can be used as a prefix for any HTTP method call to return the
239+ This property can be used as a prefix for any HTTP method call to return
240240 the raw response object instead of the parsed content.
241241
242242 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Assistants(SyncAPIResource):
3636 @cached_property
3737 def with_raw_response (self ) -> AssistantsWithRawResponse :
3838 """
39- This property can be used as a prefix for any HTTP method call to return the
39+ This property can be used as a prefix for any HTTP method call to return
4040 the raw response object instead of the parsed content.
4141
4242 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -422,7 +422,7 @@ class AsyncAssistants(AsyncAPIResource):
422422 @cached_property
423423 def with_raw_response (self ) -> AsyncAssistantsWithRawResponse :
424424 """
425- This property can be used as a prefix for any HTTP method call to return the
425+ This property can be used as a prefix for any HTTP method call to return
426426 the raw response object instead of the parsed content.
427427
428428 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def threads(self) -> Threads:
6565 @cached_property
6666 def with_raw_response (self ) -> BetaWithRawResponse :
6767 """
68- This property can be used as a prefix for any HTTP method call to return the
68+ This property can be used as a prefix for any HTTP method call to return
6969 the raw response object instead of the parsed content.
7070
7171 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -106,7 +106,7 @@ def threads(self) -> AsyncThreads:
106106 @cached_property
107107 def with_raw_response (self ) -> AsyncBetaWithRawResponse :
108108 """
109- This property can be used as a prefix for any HTTP method call to return the
109+ This property can be used as a prefix for any HTTP method call to return
110110 the raw response object instead of the parsed content.
111111
112112 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def sessions(self) -> Sessions:
5858 @cached_property
5959 def with_raw_response (self ) -> RealtimeWithRawResponse :
6060 """
61- This property can be used as a prefix for any HTTP method call to return the
61+ This property can be used as a prefix for any HTTP method call to return
6262 the raw response object instead of the parsed content.
6363
6464 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -110,7 +110,7 @@ def sessions(self) -> AsyncSessions:
110110 @cached_property
111111 def with_raw_response (self ) -> AsyncRealtimeWithRawResponse :
112112 """
113- This property can be used as a prefix for any HTTP method call to return the
113+ This property can be used as a prefix for any HTTP method call to return
114114 the raw response object instead of the parsed content.
115115
116116 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Sessions(SyncAPIResource):
2727 @cached_property
2828 def with_raw_response (self ) -> SessionsWithRawResponse :
2929 """
30- This property can be used as a prefix for any HTTP method call to return the
30+ This property can be used as a prefix for any HTTP method call to return
3131 the raw response object instead of the parsed content.
3232
3333 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -166,7 +166,7 @@ class AsyncSessions(AsyncAPIResource):
166166 @cached_property
167167 def with_raw_response (self ) -> AsyncSessionsWithRawResponse :
168168 """
169- This property can be used as a prefix for any HTTP method call to return the
169+ This property can be used as a prefix for any HTTP method call to return
170170 the raw response object instead of the parsed content.
171171
172172 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Messages(SyncAPIResource):
3333 @cached_property
3434 def with_raw_response (self ) -> MessagesWithRawResponse :
3535 """
36- This property can be used as a prefix for any HTTP method call to return the
36+ This property can be used as a prefix for any HTTP method call to return
3737 the raw response object instead of the parsed content.
3838
3939 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -307,7 +307,7 @@ class AsyncMessages(AsyncAPIResource):
307307 @cached_property
308308 def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
309309 """
310- This property can be used as a prefix for any HTTP method call to return the
310+ This property can be used as a prefix for any HTTP method call to return
311311 the raw response object instead of the parsed content.
312312
313313 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments