File tree Expand file tree Collapse file tree 29 files changed +58
-58
lines changed Expand file tree Collapse file tree 29 files changed +58
-58
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 @@ -32,7 +32,7 @@ class Transcriptions(SyncAPIResource):
3232 @cached_property
3333 def with_raw_response (self ) -> TranscriptionsWithRawResponse :
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
@@ -144,7 +144,7 @@ class AsyncTranscriptions(AsyncAPIResource):
144144 @cached_property
145145 def with_raw_response (self ) -> AsyncTranscriptionsWithRawResponse :
146146 """
147- This property can be used as a prefix for any HTTP method call to return the
147+ This property can be used as a prefix for any HTTP method call to return
148148 the raw response object instead of the parsed content.
149149
150150 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 Translations(SyncAPIResource):
3131 @cached_property
3232 def with_raw_response (self ) -> TranslationsWithRawResponse :
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
@@ -128,7 +128,7 @@ class AsyncTranslations(AsyncAPIResource):
128128 @cached_property
129129 def with_raw_response (self ) -> AsyncTranslationsWithRawResponse :
130130 """
131- This property can be used as a prefix for any HTTP method call to return the
131+ This property can be used as a prefix for any HTTP method call to return
132132 the raw response object instead of the parsed content.
133133
134134 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 @@ -28,7 +28,7 @@ class Batches(SyncAPIResource):
2828 @cached_property
2929 def with_raw_response (self ) -> BatchesWithRawResponse :
3030 """
31- This property can be used as a prefix for any HTTP method call to return the
31+ This property can be used as a prefix for any HTTP method call to return
3232 the raw response object instead of the parsed content.
3333
3434 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -233,7 +233,7 @@ class AsyncBatches(AsyncAPIResource):
233233 @cached_property
234234 def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
235235 """
236- This property can be used as a prefix for any HTTP method call to return the
236+ This property can be used as a prefix for any HTTP method call to return
237237 the raw response object instead of the parsed content.
238238
239239 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 @@ -60,7 +60,7 @@ def threads(self) -> Threads:
6060 @cached_property
6161 def with_raw_response (self ) -> BetaWithRawResponse :
6262 """
63- This property can be used as a prefix for any HTTP method call to return the
63+ This property can be used as a prefix for any HTTP method call to return
6464 the raw response object instead of the parsed content.
6565
6666 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -97,7 +97,7 @@ def threads(self) -> AsyncThreads:
9797 @cached_property
9898 def with_raw_response (self ) -> AsyncBetaWithRawResponse :
9999 """
100- This property can be used as a prefix for any HTTP method call to return the
100+ This property can be used as a prefix for any HTTP method call to return
101101 the raw response object instead of the parsed content.
102102
103103 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 @@ -56,7 +56,7 @@ def sessions(self) -> Sessions:
5656 @cached_property
5757 def with_raw_response (self ) -> RealtimeWithRawResponse :
5858 """
59- This property can be used as a prefix for any HTTP method call to return the
59+ This property can be used as a prefix for any HTTP method call to return
6060 the raw response object instead of the parsed content.
6161
6262 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -108,7 +108,7 @@ def sessions(self) -> AsyncSessions:
108108 @cached_property
109109 def with_raw_response (self ) -> AsyncRealtimeWithRawResponse :
110110 """
111- This property can be used as a prefix for any HTTP method call to return the
111+ This property can be used as a prefix for any HTTP method call to return
112112 the raw response object instead of the parsed content.
113113
114114 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 @@ -30,7 +30,7 @@ class Messages(SyncAPIResource):
3030 @cached_property
3131 def with_raw_response (self ) -> MessagesWithRawResponse :
3232 """
33- This property can be used as a prefix for any HTTP method call to return the
33+ This property can be used as a prefix for any HTTP method call to return
3434 the raw response object instead of the parsed content.
3535
3636 For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -304,7 +304,7 @@ class AsyncMessages(AsyncAPIResource):
304304 @cached_property
305305 def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
306306 """
307- This property can be used as a prefix for any HTTP method call to return the
307+ This property can be used as a prefix for any HTTP method call to return
308308 the raw response object instead of the parsed content.
309309
310310 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