File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def messages(self) -> Messages:
36
36
@cached_property
37
37
def with_raw_response (self ) -> BetaWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -65,7 +65,7 @@ def messages(self) -> AsyncMessages:
65
65
@cached_property
66
66
def with_raw_response (self ) -> AsyncBetaWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Batches(SyncAPIResource):
35
35
@cached_property
36
36
def with_raw_response (self ) -> BatchesWithRawResponse :
37
37
"""
38
- This property can be used as a prefix for any HTTP method call to return the
38
+ This property can be used as a prefix for any HTTP method call to return
39
39
the raw response object instead of the parsed content.
40
40
41
41
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -404,7 +404,7 @@ class AsyncBatches(AsyncAPIResource):
404
404
@cached_property
405
405
def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
406
406
"""
407
- This property can be used as a prefix for any HTTP method call to return the
407
+ This property can be used as a prefix for any HTTP method call to return
408
408
the raw response object instead of the parsed content.
409
409
410
410
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def batches(self) -> Batches:
56
56
@cached_property
57
57
def with_raw_response (self ) -> MessagesWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -1224,7 +1224,7 @@ def batches(self) -> AsyncBatches:
1224
1224
@cached_property
1225
1225
def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
1226
1226
"""
1227
- This property can be used as a prefix for any HTTP method call to return the
1227
+ This property can be used as a prefix for any HTTP method call to return
1228
1228
the raw response object instead of the parsed content.
1229
1229
1230
1230
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Models(SyncAPIResource):
22
22
@cached_property
23
23
def with_raw_response (self ) -> ModelsWithRawResponse :
24
24
"""
25
- This property can be used as a prefix for any HTTP method call to return the
25
+ This property can be used as a prefix for any HTTP method call to return
26
26
the raw response object instead of the parsed content.
27
27
28
28
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -139,7 +139,7 @@ class AsyncModels(AsyncAPIResource):
139
139
@cached_property
140
140
def with_raw_response (self ) -> AsyncModelsWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Completions(SyncAPIResource):
33
33
@cached_property
34
34
def with_raw_response (self ) -> CompletionsWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -412,7 +412,7 @@ class AsyncCompletions(AsyncAPIResource):
412
412
@cached_property
413
413
def with_raw_response (self ) -> AsyncCompletionsWithRawResponse :
414
414
"""
415
- This property can be used as a prefix for any HTTP method call to return the
415
+ This property can be used as a prefix for any HTTP method call to return
416
416
the raw response object instead of the parsed content.
417
417
418
418
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Batches(SyncAPIResource):
41
41
@cached_property
42
42
def with_raw_response (self ) -> BatchesWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -326,7 +326,7 @@ class AsyncBatches(AsyncAPIResource):
326
326
@cached_property
327
327
def with_raw_response (self ) -> AsyncBatchesWithRawResponse :
328
328
"""
329
- This property can be used as a prefix for any HTTP method call to return the
329
+ This property can be used as a prefix for any HTTP method call to return
330
330
the raw response object instead of the parsed content.
331
331
332
332
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def batches(self) -> Batches:
63
63
@cached_property
64
64
def with_raw_response (self ) -> MessagesWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -1213,7 +1213,7 @@ def batches(self) -> AsyncBatches:
1213
1213
@cached_property
1214
1214
def with_raw_response (self ) -> AsyncMessagesWithRawResponse :
1215
1215
"""
1216
- This property can be used as a prefix for any HTTP method call to return the
1216
+ This property can be used as a prefix for any HTTP method call to return
1217
1217
the raw response object instead of the parsed content.
1218
1218
1219
1219
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Models(SyncAPIResource):
22
22
@cached_property
23
23
def with_raw_response (self ) -> ModelsWithRawResponse :
24
24
"""
25
- This property can be used as a prefix for any HTTP method call to return the
25
+ This property can be used as a prefix for any HTTP method call to return
26
26
the raw response object instead of the parsed content.
27
27
28
28
For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
@@ -139,7 +139,7 @@ class AsyncModels(AsyncAPIResource):
139
139
@cached_property
140
140
def with_raw_response (self ) -> AsyncModelsWithRawResponse :
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/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments