Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b8eab9

Browse files
stainless-app[bot]stainless-bot
authored andcommittedJan 20, 2025
docs(raw responses): fix duplicate the (#2039)
1 parent 02fcf15 commit 9b8eab9

28 files changed

+56
-56
lines changed
 

‎src/openai/resources/audio/audio.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/audio/speech.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/audio/transcriptions.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/audio/translations.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/batches.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/assistants.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/beta.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/realtime/realtime.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/realtime/sessions.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/threads/messages.py

+2-2
Original file line numberDiff line numberDiff 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

‎src/openai/resources/beta/threads/runs/runs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def steps(self) -> Steps:
6464
@cached_property
6565
def with_raw_response(self) -> RunsWithRawResponse:
6666
"""
67-
This property can be used as a prefix for any HTTP method call to return the
67+
This property can be used as a prefix for any HTTP method call to return
6868
the raw response object instead of the parsed content.
6969
7070
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -1429,7 +1429,7 @@ def steps(self) -> AsyncSteps:
14291429
@cached_property
14301430
def with_raw_response(self) -> AsyncRunsWithRawResponse:
14311431
"""
1432-
This property can be used as a prefix for any HTTP method call to return the
1432+
This property can be used as a prefix for any HTTP method call to return
14331433
the raw response object instead of the parsed content.
14341434
14351435
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/beta/threads/runs/steps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Steps(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> StepsWithRawResponse:
3131
"""
32-
This property can be used as a prefix for any HTTP method call to return the
32+
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
3535
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -183,7 +183,7 @@ class AsyncSteps(AsyncAPIResource):
183183
@cached_property
184184
def with_raw_response(self) -> AsyncStepsWithRawResponse:
185185
"""
186-
This property can be used as a prefix for any HTTP method call to return the
186+
This property can be used as a prefix for any HTTP method call to return
187187
the raw response object instead of the parsed content.
188188
189189
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/beta/threads/threads.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def messages(self) -> Messages:
7272
@cached_property
7373
def with_raw_response(self) -> ThreadsWithRawResponse:
7474
"""
75-
This property can be used as a prefix for any HTTP method call to return the
75+
This property can be used as a prefix for any HTTP method call to return
7676
the raw response object instead of the parsed content.
7777
7878
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -906,7 +906,7 @@ def messages(self) -> AsyncMessages:
906906
@cached_property
907907
def with_raw_response(self) -> AsyncThreadsWithRawResponse:
908908
"""
909-
This property can be used as a prefix for any HTTP method call to return the
909+
This property can be used as a prefix for any HTTP method call to return
910910
the raw response object instead of the parsed content.
911911
912912
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/beta/vector_stores/file_batches.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FileBatches(SyncAPIResource):
3636
@cached_property
3737
def with_raw_response(self) -> FileBatchesWithRawResponse:
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
@@ -365,7 +365,7 @@ class AsyncFileBatches(AsyncAPIResource):
365365
@cached_property
366366
def with_raw_response(self) -> AsyncFileBatchesWithRawResponse:
367367
"""
368-
This property can be used as a prefix for any HTTP method call to return the
368+
This property can be used as a prefix for any HTTP method call to return
369369
the raw response object instead of the parsed content.
370370
371371
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/beta/vector_stores/files.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Files(SyncAPIResource):
3232
@cached_property
3333
def with_raw_response(self) -> FilesWithRawResponse:
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
@@ -344,7 +344,7 @@ class AsyncFiles(AsyncAPIResource):
344344
@cached_property
345345
def with_raw_response(self) -> AsyncFilesWithRawResponse:
346346
"""
347-
This property can be used as a prefix for any HTTP method call to return the
347+
This property can be used as a prefix for any HTTP method call to return
348348
the raw response object instead of the parsed content.
349349
350350
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/beta/vector_stores/vector_stores.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def file_batches(self) -> FileBatches:
5959
@cached_property
6060
def with_raw_response(self) -> VectorStoresWithRawResponse:
6161
"""
62-
This property can be used as a prefix for any HTTP method call to return the
62+
This property can be used as a prefix for any HTTP method call to return
6363
the raw response object instead of the parsed content.
6464
6565
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -337,7 +337,7 @@ def file_batches(self) -> AsyncFileBatches:
337337
@cached_property
338338
def with_raw_response(self) -> AsyncVectorStoresWithRawResponse:
339339
"""
340-
This property can be used as a prefix for any HTTP method call to return the
340+
This property can be used as a prefix for any HTTP method call to return
341341
the raw response object instead of the parsed content.
342342
343343
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/chat/completions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Completions(SyncAPIResource):
4545
@cached_property
4646
def with_raw_response(self) -> CompletionsWithRawResponse:
4747
"""
48-
This property can be used as a prefix for any HTTP method call to return the
48+
This property can be used as a prefix for any HTTP method call to return
4949
the raw response object instead of the parsed content.
5050
5151
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -906,7 +906,7 @@ class AsyncCompletions(AsyncAPIResource):
906906
@cached_property
907907
def with_raw_response(self) -> AsyncCompletionsWithRawResponse:
908908
"""
909-
This property can be used as a prefix for any HTTP method call to return the
909+
This property can be used as a prefix for any HTTP method call to return
910910
the raw response object instead of the parsed content.
911911
912912
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/completions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Completions(SyncAPIResource):
3232
@cached_property
3333
def with_raw_response(self) -> CompletionsWithRawResponse:
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
@@ -574,7 +574,7 @@ class AsyncCompletions(AsyncAPIResource):
574574
@cached_property
575575
def with_raw_response(self) -> AsyncCompletionsWithRawResponse:
576576
"""
577-
This property can be used as a prefix for any HTTP method call to return the
577+
This property can be used as a prefix for any HTTP method call to return
578578
the raw response object instead of the parsed content.
579579
580580
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/embeddings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Embeddings(SyncAPIResource):
2727
@cached_property
2828
def with_raw_response(self) -> EmbeddingsWithRawResponse:
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
@@ -139,7 +139,7 @@ class AsyncEmbeddings(AsyncAPIResource):
139139
@cached_property
140140
def with_raw_response(self) -> AsyncEmbeddingsWithRawResponse:
141141
"""
142-
This property can be used as a prefix for any HTTP method call to return the
142+
This property can be used as a prefix for any HTTP method call to return
143143
the raw response object instead of the parsed content.
144144
145145
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/files.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Files(SyncAPIResource):
4141
@cached_property
4242
def with_raw_response(self) -> FilesWithRawResponse:
4343
"""
44-
This property can be used as a prefix for any HTTP method call to return the
44+
This property can be used as a prefix for any HTTP method call to return
4545
the raw response object instead of the parsed content.
4646
4747
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -357,7 +357,7 @@ class AsyncFiles(AsyncAPIResource):
357357
@cached_property
358358
def with_raw_response(self) -> AsyncFilesWithRawResponse:
359359
"""
360-
This property can be used as a prefix for any HTTP method call to return the
360+
This property can be used as a prefix for any HTTP method call to return
361361
the raw response object instead of the parsed content.
362362
363363
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/fine_tuning/fine_tuning.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def jobs(self) -> Jobs:
2424
@cached_property
2525
def with_raw_response(self) -> FineTuningWithRawResponse:
2626
"""
27-
This property can be used as a prefix for any HTTP method call to return the
27+
This property can be used as a prefix for any HTTP method call to return
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def jobs(self) -> AsyncJobs:
4949
@cached_property
5050
def with_raw_response(self) -> AsyncFineTuningWithRawResponse:
5151
"""
52-
This property can be used as a prefix for any HTTP method call to return the
52+
This property can be used as a prefix for any HTTP method call to return
5353
the raw response object instead of the parsed content.
5454
5555
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/fine_tuning/jobs/checkpoints.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Checkpoints(SyncAPIResource):
2525
@cached_property
2626
def with_raw_response(self) -> CheckpointsWithRawResponse:
2727
"""
28-
This property can be used as a prefix for any HTTP method call to return the
28+
This property can be used as a prefix for any HTTP method call to return
2929
the raw response object instead of the parsed content.
3030
3131
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -96,7 +96,7 @@ class AsyncCheckpoints(AsyncAPIResource):
9696
@cached_property
9797
def with_raw_response(self) -> AsyncCheckpointsWithRawResponse:
9898
"""
99-
This property can be used as a prefix for any HTTP method call to return the
99+
This property can be used as a prefix for any HTTP method call to return
100100
the raw response object instead of the parsed content.
101101
102102
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/fine_tuning/jobs/jobs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def checkpoints(self) -> Checkpoints:
4444
@cached_property
4545
def with_raw_response(self) -> JobsWithRawResponse:
4646
"""
47-
This property can be used as a prefix for any HTTP method call to return the
47+
This property can be used as a prefix for any HTTP method call to return
4848
the raw response object instead of the parsed content.
4949
5050
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -342,7 +342,7 @@ def checkpoints(self) -> AsyncCheckpoints:
342342
@cached_property
343343
def with_raw_response(self) -> AsyncJobsWithRawResponse:
344344
"""
345-
This property can be used as a prefix for any HTTP method call to return the
345+
This property can be used as a prefix for any HTTP method call to return
346346
the raw response object instead of the parsed content.
347347
348348
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/images.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Images(SyncAPIResource):
3030
@cached_property
3131
def with_raw_response(self) -> ImagesWithRawResponse:
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
@@ -287,7 +287,7 @@ class AsyncImages(AsyncAPIResource):
287287
@cached_property
288288
def with_raw_response(self) -> AsyncImagesWithRawResponse:
289289
"""
290-
This property can be used as a prefix for any HTTP method call to return the
290+
This property can be used as a prefix for any HTTP method call to return
291291
the raw response object instead of the parsed content.
292292
293293
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Models(SyncAPIResource):
2424
@cached_property
2525
def with_raw_response(self) -> ModelsWithRawResponse:
2626
"""
27-
This property can be used as a prefix for any HTTP method call to return the
27+
This property can be used as a prefix for any HTTP method call to return
2828
the raw response object instead of the parsed content.
2929
3030
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -137,7 +137,7 @@ class AsyncModels(AsyncAPIResource):
137137
@cached_property
138138
def with_raw_response(self) -> AsyncModelsWithRawResponse:
139139
"""
140-
This property can be used as a prefix for any HTTP method call to return the
140+
This property can be used as a prefix for any HTTP method call to return
141141
the raw response object instead of the parsed content.
142142
143143
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/moderations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Moderations(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> ModerationsWithRawResponse:
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
@@ -98,7 +98,7 @@ class AsyncModerations(AsyncAPIResource):
9898
@cached_property
9999
def with_raw_response(self) -> AsyncModerationsWithRawResponse:
100100
"""
101-
This property can be used as a prefix for any HTTP method call to return the
101+
This property can be used as a prefix for any HTTP method call to return
102102
the raw response object instead of the parsed content.
103103
104104
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/uploads/parts.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Parts(SyncAPIResource):
2828
@cached_property
2929
def with_raw_response(self) -> PartsWithRawResponse:
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
@@ -103,7 +103,7 @@ class AsyncParts(AsyncAPIResource):
103103
@cached_property
104104
def with_raw_response(self) -> AsyncPartsWithRawResponse:
105105
"""
106-
This property can be used as a prefix for any HTTP method call to return the
106+
This property can be used as a prefix for any HTTP method call to return
107107
the raw response object instead of the parsed content.
108108
109109
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

‎src/openai/resources/uploads/uploads.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def parts(self) -> Parts:
5151
@cached_property
5252
def with_raw_response(self) -> UploadsWithRawResponse:
5353
"""
54-
This property can be used as a prefix for any HTTP method call to return the
54+
This property can be used as a prefix for any HTTP method call to return
5555
the raw response object instead of the parsed content.
5656
5757
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -344,7 +344,7 @@ def parts(self) -> AsyncParts:
344344
@cached_property
345345
def with_raw_response(self) -> AsyncUploadsWithRawResponse:
346346
"""
347-
This property can be used as a prefix for any HTTP method call to return the
347+
This property can be used as a prefix for any HTTP method call to return
348348
the raw response object instead of the parsed content.
349349
350350
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)
Please sign in to comment.