File tree 28 files changed +56
-56
lines changed
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:
48
48
@cached_property
49
49
def with_raw_response (self ) -> AudioWithRawResponse :
50
50
"""
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
52
52
the raw response object instead of the parsed content.
53
53
54
54
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:
81
81
@cached_property
82
82
def with_raw_response (self ) -> AsyncAudioWithRawResponse :
83
83
"""
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
85
85
the raw response object instead of the parsed content.
86
86
87
87
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):
32
32
@cached_property
33
33
def with_raw_response (self ) -> SpeechWithRawResponse :
34
34
"""
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
36
36
the raw response object instead of the parsed content.
37
37
38
38
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -116,7 +116,7 @@ class AsyncSpeech(AsyncAPIResource):
116
116
@cached_property
117
117
def with_raw_response (self ) -> AsyncSpeechWithRawResponse :
118
118
"""
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
120
120
the raw response object instead of the parsed content.
121
121
122
122
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):
36
36
@cached_property
37
37
def with_raw_response (self ) -> TranscriptionsWithRawResponse :
38
38
"""
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
40
40
the raw response object instead of the parsed content.
41
41
42
42
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -200,7 +200,7 @@ class AsyncTranscriptions(AsyncAPIResource):
200
200
@cached_property
201
201
def with_raw_response (self ) -> AsyncTranscriptionsWithRawResponse :
202
202
"""
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
204
204
the raw response object instead of the parsed content.
205
205
206
206
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):
36
36
@cached_property
37
37
def with_raw_response (self ) -> TranslationsWithRawResponse :
38
38
"""
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
40
40
the raw response object instead of the parsed content.
41
41
42
42
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -179,7 +179,7 @@ class AsyncTranslations(AsyncAPIResource):
179
179
@cached_property
180
180
def with_raw_response (self ) -> AsyncTranslationsWithRawResponse :
181
181
"""
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
183
183
the raw response object instead of the parsed content.
184
184
185
185
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):
31
31
@cached_property
32
32
def with_raw_response (self ) -> BatchesWithRawResponse :
33
33
"""
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
35
35
the raw response object instead of the parsed content.
36
36
37
37
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -236,7 +236,7 @@ class AsyncBatches(AsyncAPIResource):
236
236
@cached_property
237
237
def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
238
238
"""
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
240
240
the raw response object instead of the parsed content.
241
241
242
242
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):
36
36
@cached_property
37
37
def with_raw_response (self ) -> AssistantsWithRawResponse :
38
38
"""
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
40
40
the raw response object instead of the parsed content.
41
41
42
42
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -422,7 +422,7 @@ class AsyncAssistants(AsyncAPIResource):
422
422
@cached_property
423
423
def with_raw_response (self ) -> AsyncAssistantsWithRawResponse :
424
424
"""
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
426
426
the raw response object instead of the parsed content.
427
427
428
428
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:
65
65
@cached_property
66
66
def with_raw_response (self ) -> BetaWithRawResponse :
67
67
"""
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
69
69
the raw response object instead of the parsed content.
70
70
71
71
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:
106
106
@cached_property
107
107
def with_raw_response (self ) -> AsyncBetaWithRawResponse :
108
108
"""
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
110
110
the raw response object instead of the parsed content.
111
111
112
112
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:
58
58
@cached_property
59
59
def with_raw_response (self ) -> RealtimeWithRawResponse :
60
60
"""
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
62
62
the raw response object instead of the parsed content.
63
63
64
64
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:
110
110
@cached_property
111
111
def with_raw_response (self ) -> AsyncRealtimeWithRawResponse :
112
112
"""
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
114
114
the raw response object instead of the parsed content.
115
115
116
116
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):
27
27
@cached_property
28
28
def with_raw_response (self ) -> SessionsWithRawResponse :
29
29
"""
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
31
31
the raw response object instead of the parsed content.
32
32
33
33
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -166,7 +166,7 @@ class AsyncSessions(AsyncAPIResource):
166
166
@cached_property
167
167
def with_raw_response (self ) -> AsyncSessionsWithRawResponse :
168
168
"""
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
170
170
the raw response object instead of the parsed content.
171
171
172
172
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):
33
33
@cached_property
34
34
def with_raw_response (self ) -> MessagesWithRawResponse :
35
35
"""
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
37
37
the raw response object instead of the parsed content.
38
38
39
39
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -307,7 +307,7 @@ class AsyncMessages(AsyncAPIResource):
307
307
@cached_property
308
308
def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
309
309
"""
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
311
311
the raw response object instead of the parsed content.
312
312
313
313
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 @@ -64,7 +64,7 @@ def steps(self) -> Steps:
64
64
@cached_property
65
65
def with_raw_response (self ) -> RunsWithRawResponse :
66
66
"""
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
68
68
the raw response object instead of the parsed content.
69
69
70
70
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:
1429
1429
@cached_property
1430
1430
def with_raw_response (self ) -> AsyncRunsWithRawResponse :
1431
1431
"""
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
1433
1433
the raw response object instead of the parsed content.
1434
1434
1435
1435
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 @@ -29,7 +29,7 @@ class Steps(SyncAPIResource):
29
29
@cached_property
30
30
def with_raw_response (self ) -> StepsWithRawResponse :
31
31
"""
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
33
33
the raw response object instead of the parsed content.
34
34
35
35
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -183,7 +183,7 @@ class AsyncSteps(AsyncAPIResource):
183
183
@cached_property
184
184
def with_raw_response (self ) -> AsyncStepsWithRawResponse :
185
185
"""
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
187
187
the raw response object instead of the parsed content.
188
188
189
189
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 @@ -72,7 +72,7 @@ def messages(self) -> Messages:
72
72
@cached_property
73
73
def with_raw_response (self ) -> ThreadsWithRawResponse :
74
74
"""
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
76
76
the raw response object instead of the parsed content.
77
77
78
78
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:
906
906
@cached_property
907
907
def with_raw_response (self ) -> AsyncThreadsWithRawResponse :
908
908
"""
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
910
910
the raw response object instead of the parsed content.
911
911
912
912
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 FileBatches(SyncAPIResource):
36
36
@cached_property
37
37
def with_raw_response (self ) -> FileBatchesWithRawResponse :
38
38
"""
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
40
40
the raw response object instead of the parsed content.
41
41
42
42
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -365,7 +365,7 @@ class AsyncFileBatches(AsyncAPIResource):
365
365
@cached_property
366
366
def with_raw_response (self ) -> AsyncFileBatchesWithRawResponse :
367
367
"""
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
369
369
the raw response object instead of the parsed content.
370
370
371
371
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 Files(SyncAPIResource):
32
32
@cached_property
33
33
def with_raw_response (self ) -> FilesWithRawResponse :
34
34
"""
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
36
36
the raw response object instead of the parsed content.
37
37
38
38
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -344,7 +344,7 @@ class AsyncFiles(AsyncAPIResource):
344
344
@cached_property
345
345
def with_raw_response (self ) -> AsyncFilesWithRawResponse :
346
346
"""
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
348
348
the raw response object instead of the parsed content.
349
349
350
350
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 @@ -59,7 +59,7 @@ def file_batches(self) -> FileBatches:
59
59
@cached_property
60
60
def with_raw_response (self ) -> VectorStoresWithRawResponse :
61
61
"""
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
63
63
the raw response object instead of the parsed content.
64
64
65
65
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:
337
337
@cached_property
338
338
def with_raw_response (self ) -> AsyncVectorStoresWithRawResponse :
339
339
"""
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
341
341
the raw response object instead of the parsed content.
342
342
343
343
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 @@ -45,7 +45,7 @@ class Completions(SyncAPIResource):
45
45
@cached_property
46
46
def with_raw_response (self ) -> CompletionsWithRawResponse :
47
47
"""
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
49
49
the raw response object instead of the parsed content.
50
50
51
51
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -906,7 +906,7 @@ class AsyncCompletions(AsyncAPIResource):
906
906
@cached_property
907
907
def with_raw_response (self ) -> AsyncCompletionsWithRawResponse :
908
908
"""
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
910
910
the raw response object instead of the parsed content.
911
911
912
912
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 Completions(SyncAPIResource):
32
32
@cached_property
33
33
def with_raw_response (self ) -> CompletionsWithRawResponse :
34
34
"""
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
36
36
the raw response object instead of the parsed content.
37
37
38
38
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -574,7 +574,7 @@ class AsyncCompletions(AsyncAPIResource):
574
574
@cached_property
575
575
def with_raw_response (self ) -> AsyncCompletionsWithRawResponse :
576
576
"""
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
578
578
the raw response object instead of the parsed content.
579
579
580
580
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 Embeddings(SyncAPIResource):
27
27
@cached_property
28
28
def with_raw_response (self ) -> EmbeddingsWithRawResponse :
29
29
"""
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
31
31
the raw response object instead of the parsed content.
32
32
33
33
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -139,7 +139,7 @@ class AsyncEmbeddings(AsyncAPIResource):
139
139
@cached_property
140
140
def with_raw_response (self ) -> AsyncEmbeddingsWithRawResponse :
141
141
"""
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
143
143
the raw response object instead of the parsed content.
144
144
145
145
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 @@ -41,7 +41,7 @@ class Files(SyncAPIResource):
41
41
@cached_property
42
42
def with_raw_response (self ) -> FilesWithRawResponse :
43
43
"""
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
45
45
the raw response object instead of the parsed content.
46
46
47
47
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -357,7 +357,7 @@ class AsyncFiles(AsyncAPIResource):
357
357
@cached_property
358
358
def with_raw_response (self ) -> AsyncFilesWithRawResponse :
359
359
"""
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
361
361
the raw response object instead of the parsed content.
362
362
363
363
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 @@ -24,7 +24,7 @@ def jobs(self) -> Jobs:
24
24
@cached_property
25
25
def with_raw_response (self ) -> FineTuningWithRawResponse :
26
26
"""
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
28
28
the raw response object instead of the parsed content.
29
29
30
30
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:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncFineTuningWithRawResponse :
51
51
"""
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
53
53
the raw response object instead of the parsed content.
54
54
55
55
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 @@ -25,7 +25,7 @@ class Checkpoints(SyncAPIResource):
25
25
@cached_property
26
26
def with_raw_response (self ) -> CheckpointsWithRawResponse :
27
27
"""
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
29
29
the raw response object instead of the parsed content.
30
30
31
31
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -96,7 +96,7 @@ class AsyncCheckpoints(AsyncAPIResource):
96
96
@cached_property
97
97
def with_raw_response (self ) -> AsyncCheckpointsWithRawResponse :
98
98
"""
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
100
100
the raw response object instead of the parsed content.
101
101
102
102
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 @@ -44,7 +44,7 @@ def checkpoints(self) -> Checkpoints:
44
44
@cached_property
45
45
def with_raw_response (self ) -> JobsWithRawResponse :
46
46
"""
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
48
48
the raw response object instead of the parsed content.
49
49
50
50
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:
342
342
@cached_property
343
343
def with_raw_response (self ) -> AsyncJobsWithRawResponse :
344
344
"""
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
346
346
the raw response object instead of the parsed content.
347
347
348
348
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 Images(SyncAPIResource):
30
30
@cached_property
31
31
def with_raw_response (self ) -> ImagesWithRawResponse :
32
32
"""
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
34
34
the raw response object instead of the parsed content.
35
35
36
36
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -287,7 +287,7 @@ class AsyncImages(AsyncAPIResource):
287
287
@cached_property
288
288
def with_raw_response (self ) -> AsyncImagesWithRawResponse :
289
289
"""
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
291
291
the raw response object instead of the parsed content.
292
292
293
293
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 @@ -24,7 +24,7 @@ class Models(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> ModelsWithRawResponse :
26
26
"""
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
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -137,7 +137,7 @@ class AsyncModels(AsyncAPIResource):
137
137
@cached_property
138
138
def with_raw_response (self ) -> AsyncModelsWithRawResponse :
139
139
"""
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
141
141
the raw response object instead of the parsed content.
142
142
143
143
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 Moderations(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> ModerationsWithRawResponse :
30
30
"""
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
32
32
the raw response object instead of the parsed content.
33
33
34
34
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -98,7 +98,7 @@ class AsyncModerations(AsyncAPIResource):
98
98
@cached_property
99
99
def with_raw_response (self ) -> AsyncModerationsWithRawResponse :
100
100
"""
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
102
102
the raw response object instead of the parsed content.
103
103
104
104
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 Parts(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> PartsWithRawResponse :
30
30
"""
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
32
32
the raw response object instead of the parsed content.
33
33
34
34
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -103,7 +103,7 @@ class AsyncParts(AsyncAPIResource):
103
103
@cached_property
104
104
def with_raw_response (self ) -> AsyncPartsWithRawResponse :
105
105
"""
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
107
107
the raw response object instead of the parsed content.
108
108
109
109
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 @@ -51,7 +51,7 @@ def parts(self) -> Parts:
51
51
@cached_property
52
52
def with_raw_response (self ) -> UploadsWithRawResponse :
53
53
"""
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
55
55
the raw response object instead of the parsed content.
56
56
57
57
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:
344
344
@cached_property
345
345
def with_raw_response (self ) -> AsyncUploadsWithRawResponse :
346
346
"""
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
348
348
the raw response object instead of the parsed content.
349
349
350
350
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