File tree 29 files changed +58
-58
lines changed 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:
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 @@ -32,7 +32,7 @@ class Transcriptions(SyncAPIResource):
32
32
@cached_property
33
33
def with_raw_response (self ) -> TranscriptionsWithRawResponse :
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
@@ -144,7 +144,7 @@ class AsyncTranscriptions(AsyncAPIResource):
144
144
@cached_property
145
145
def with_raw_response (self ) -> AsyncTranscriptionsWithRawResponse :
146
146
"""
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
148
148
the raw response object instead of the parsed content.
149
149
150
150
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):
31
31
@cached_property
32
32
def with_raw_response (self ) -> TranslationsWithRawResponse :
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
@@ -128,7 +128,7 @@ class AsyncTranslations(AsyncAPIResource):
128
128
@cached_property
129
129
def with_raw_response (self ) -> AsyncTranslationsWithRawResponse :
130
130
"""
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
132
132
the raw response object instead of the parsed content.
133
133
134
134
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):
28
28
@cached_property
29
29
def with_raw_response (self ) -> BatchesWithRawResponse :
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
@@ -233,7 +233,7 @@ class AsyncBatches(AsyncAPIResource):
233
233
@cached_property
234
234
def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
235
235
"""
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
237
237
the raw response object instead of the parsed content.
238
238
239
239
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 @@ -60,7 +60,7 @@ def threads(self) -> Threads:
60
60
@cached_property
61
61
def with_raw_response (self ) -> BetaWithRawResponse :
62
62
"""
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
64
64
the raw response object instead of the parsed content.
65
65
66
66
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:
97
97
@cached_property
98
98
def with_raw_response (self ) -> AsyncBetaWithRawResponse :
99
99
"""
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
101
101
the raw response object instead of the parsed content.
102
102
103
103
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:
56
56
@cached_property
57
57
def with_raw_response (self ) -> RealtimeWithRawResponse :
58
58
"""
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
60
60
the raw response object instead of the parsed content.
61
61
62
62
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:
108
108
@cached_property
109
109
def with_raw_response (self ) -> AsyncRealtimeWithRawResponse :
110
110
"""
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
112
112
the raw response object instead of the parsed content.
113
113
114
114
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 @@ -30,7 +30,7 @@ class Messages(SyncAPIResource):
30
30
@cached_property
31
31
def with_raw_response (self ) -> MessagesWithRawResponse :
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
@@ -304,7 +304,7 @@ class AsyncMessages(AsyncAPIResource):
304
304
@cached_property
305
305
def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
306
306
"""
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
308
308
the raw response object instead of the parsed content.
309
309
310
310
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 @@ -53,7 +53,7 @@ def steps(self) -> Steps:
53
53
@cached_property
54
54
def with_raw_response (self ) -> RunsWithRawResponse :
55
55
"""
56
- This property can be used as a prefix for any HTTP method call to return the
56
+ This property can be used as a prefix for any HTTP method call to return
57
57
the raw response object instead of the parsed content.
58
58
59
59
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -901,7 +901,7 @@ def steps(self) -> AsyncSteps:
901
901
@cached_property
902
902
def with_raw_response (self ) -> AsyncRunsWithRawResponse :
903
903
"""
904
- This property can be used as a prefix for any HTTP method call to return the
904
+ This property can be used as a prefix for any HTTP method call to return
905
905
the raw response object instead of the parsed content.
906
906
907
907
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 @@ -63,7 +63,7 @@ def messages(self) -> Messages:
63
63
@cached_property
64
64
def with_raw_response (self ) -> ThreadsWithRawResponse :
65
65
"""
66
- This property can be used as a prefix for any HTTP method call to return the
66
+ This property can be used as a prefix for any HTTP method call to return
67
67
the raw response object instead of the parsed content.
68
68
69
69
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -717,7 +717,7 @@ def messages(self) -> AsyncMessages:
717
717
@cached_property
718
718
def with_raw_response (self ) -> AsyncThreadsWithRawResponse :
719
719
"""
720
- This property can be used as a prefix for any HTTP method call to return the
720
+ This property can be used as a prefix for any HTTP method call to return
721
721
the raw response object instead of the parsed content.
722
722
723
723
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 FileBatches(SyncAPIResource):
31
31
@cached_property
32
32
def with_raw_response (self ) -> FileBatchesWithRawResponse :
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
@@ -252,7 +252,7 @@ class AsyncFileBatches(AsyncAPIResource):
252
252
@cached_property
253
253
def with_raw_response (self ) -> AsyncFileBatchesWithRawResponse :
254
254
"""
255
- This property can be used as a prefix for any HTTP method call to return the
255
+ This property can be used as a prefix for any HTTP method call to return
256
256
the raw response object instead of the parsed content.
257
257
258
258
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 Files(SyncAPIResource):
30
30
@cached_property
31
31
def with_raw_response (self ) -> FilesWithRawResponse :
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
@@ -252,7 +252,7 @@ class AsyncFiles(AsyncAPIResource):
252
252
@cached_property
253
253
def with_raw_response (self ) -> AsyncFilesWithRawResponse :
254
254
"""
255
- This property can be used as a prefix for any HTTP method call to return the
255
+ This property can be used as a prefix for any HTTP method call to return
256
256
the raw response object instead of the parsed content.
257
257
258
258
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 @@ -24,7 +24,7 @@ def completions(self) -> Completions:
24
24
@cached_property
25
25
def with_raw_response (self ) -> ChatWithRawResponse :
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 completions(self) -> AsyncCompletions:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncChatWithRawResponse :
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 @@ -43,7 +43,7 @@ class Completions(SyncAPIResource):
43
43
@cached_property
44
44
def with_raw_response (self ) -> CompletionsWithRawResponse :
45
45
"""
46
- This property can be used as a prefix for any HTTP method call to return the
46
+ This property can be used as a prefix for any HTTP method call to return
47
47
the raw response object instead of the parsed content.
48
48
49
49
For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
@@ -903,7 +903,7 @@ class AsyncCompletions(AsyncAPIResource):
903
903
@cached_property
904
904
def with_raw_response (self ) -> AsyncCompletionsWithRawResponse :
905
905
"""
906
- This property can be used as a prefix for any HTTP method call to return the
906
+ This property can be used as a prefix for any HTTP method call to return
907
907
the raw response object instead of the parsed content.
908
908
909
909
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 Completions(SyncAPIResource):
30
30
@cached_property
31
31
def with_raw_response (self ) -> CompletionsWithRawResponse :
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
@@ -572,7 +572,7 @@ class AsyncCompletions(AsyncAPIResource):
572
572
@cached_property
573
573
def with_raw_response (self ) -> AsyncCompletionsWithRawResponse :
574
574
"""
575
- This property can be used as a prefix for any HTTP method call to return the
575
+ This property can be used as a prefix for any HTTP method call to return
576
576
the raw response object instead of the parsed content.
577
577
578
578
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 Embeddings(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> EmbeddingsWithRawResponse :
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
@@ -118,7 +118,7 @@ class AsyncEmbeddings(AsyncAPIResource):
118
118
@cached_property
119
119
def with_raw_response (self ) -> AsyncEmbeddingsWithRawResponse :
120
120
"""
121
- This property can be used as a prefix for any HTTP method call to return the
121
+ This property can be used as a prefix for any HTTP method call to return
122
122
the raw response object instead of the parsed content.
123
123
124
124
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