File tree 12 files changed +24
-24
lines changed
12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def tune(self) -> TuneResource:
81
81
@cached_property
82
82
def with_raw_response (self ) -> AgentsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -375,7 +375,7 @@ def tune(self) -> AsyncTuneResource:
375
375
@cached_property
376
376
def with_raw_response (self ) -> AsyncAgentsResourceWithRawResponse :
377
377
"""
378
- This property can be used as a prefix for any HTTP method call to return the
378
+ This property can be used as a prefix for any HTTP method call to return
379
379
the raw response object instead of the parsed content.
380
380
381
381
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def evaluate(self) -> EvaluateResource:
24
24
@cached_property
25
25
def with_raw_response (self ) -> DatasetsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def evaluate(self) -> AsyncEvaluateResource:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncDatasetsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class EvaluateResource(SyncAPIResource):
49
49
@cached_property
50
50
def with_raw_response (self ) -> EvaluateResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -427,7 +427,7 @@ class AsyncEvaluateResource(AsyncAPIResource):
427
427
@cached_property
428
428
def with_raw_response (self ) -> AsyncEvaluateResourceWithRawResponse :
429
429
"""
430
- This property can be used as a prefix for any HTTP method call to return the
430
+ This property can be used as a prefix for any HTTP method call to return
431
431
the raw response object instead of the parsed content.
432
432
433
433
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def jobs(self) -> JobsResource:
45
45
@cached_property
46
46
def with_raw_response (self ) -> EvaluateResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -152,7 +152,7 @@ def jobs(self) -> AsyncJobsResource:
152
152
@cached_property
153
153
def with_raw_response (self ) -> AsyncEvaluateResourceWithRawResponse :
154
154
"""
155
- This property can be used as a prefix for any HTTP method call to return the
155
+ This property can be used as a prefix for any HTTP method call to return
156
156
the raw response object instead of the parsed content.
157
157
158
158
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class JobsResource(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> JobsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -168,7 +168,7 @@ class AsyncJobsResource(AsyncAPIResource):
168
168
@cached_property
169
169
def with_raw_response (self ) -> AsyncJobsResourceWithRawResponse :
170
170
"""
171
- This property can be used as a prefix for any HTTP method call to return the
171
+ This property can be used as a prefix for any HTTP method call to return
172
172
the raw response object instead of the parsed content.
173
173
174
174
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class QueryResource(SyncAPIResource):
39
39
@cached_property
40
40
def with_raw_response (self ) -> QueryResourceWithRawResponse :
41
41
"""
42
- This property can be used as a prefix for any HTTP method call to return the
42
+ This property can be used as a prefix for any HTTP method call to return
43
43
the raw response object instead of the parsed content.
44
44
45
45
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -307,7 +307,7 @@ class AsyncQueryResource(AsyncAPIResource):
307
307
@cached_property
308
308
def with_raw_response (self ) -> AsyncQueryResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class JobsResource(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> JobsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -168,7 +168,7 @@ class AsyncJobsResource(AsyncAPIResource):
168
168
@cached_property
169
169
def with_raw_response (self ) -> AsyncJobsResourceWithRawResponse :
170
170
"""
171
- This property can be used as a prefix for any HTTP method call to return the
171
+ This property can be used as a prefix for any HTTP method call to return
172
172
the raw response object instead of the parsed content.
173
173
174
174
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ModelsResource(SyncAPIResource):
23
23
@cached_property
24
24
def with_raw_response (self ) -> ModelsResourceWithRawResponse :
25
25
"""
26
- This property can be used as a prefix for any HTTP method call to return the
26
+ This property can be used as a prefix for any HTTP method call to return
27
27
the raw response object instead of the parsed content.
28
28
29
29
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -79,7 +79,7 @@ class AsyncModelsResource(AsyncAPIResource):
79
79
@cached_property
80
80
def with_raw_response (self ) -> AsyncModelsResourceWithRawResponse :
81
81
"""
82
- This property can be used as a prefix for any HTTP method call to return the
82
+ This property can be used as a prefix for any HTTP method call to return
83
83
the raw response object instead of the parsed content.
84
84
85
85
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def models(self) -> ModelsResource:
56
56
@cached_property
57
57
def with_raw_response (self ) -> TuneResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -189,7 +189,7 @@ def models(self) -> AsyncModelsResource:
189
189
@cached_property
190
190
def with_raw_response (self ) -> AsyncTuneResourceWithRawResponse :
191
191
"""
192
- This property can be used as a prefix for any HTTP method call to return the
192
+ This property can be used as a prefix for any HTTP method call to return
193
193
the raw response object instead of the parsed content.
194
194
195
195
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def documents(self) -> DocumentsResource:
43
43
@cached_property
44
44
def with_raw_response (self ) -> DatastoresResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -245,7 +245,7 @@ def documents(self) -> AsyncDocumentsResource:
245
245
@cached_property
246
246
def with_raw_response (self ) -> AsyncDatastoresResourceWithRawResponse :
247
247
"""
248
- This property can be used as a prefix for any HTTP method call to return the
248
+ This property can be used as a prefix for any HTTP method call to return
249
249
the raw response object instead of the parsed content.
250
250
251
251
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class DocumentsResource(SyncAPIResource):
36
36
@cached_property
37
37
def with_raw_response (self ) -> DocumentsResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -268,7 +268,7 @@ class AsyncDocumentsResource(AsyncAPIResource):
268
268
@cached_property
269
269
def with_raw_response (self ) -> AsyncDocumentsResourceWithRawResponse :
270
270
"""
271
- This property can be used as a prefix for any HTTP method call to return the
271
+ This property can be used as a prefix for any HTTP method call to return
272
272
the raw response object instead of the parsed content.
273
273
274
274
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class LMUnitResource(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> LMUnitResourceWithRawResponse :
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://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
@@ -105,7 +105,7 @@ class AsyncLMUnitResource(AsyncAPIResource):
105
105
@cached_property
106
106
def with_raw_response (self ) -> AsyncLMUnitResourceWithRawResponse :
107
107
"""
108
- This property can be used as a prefix for any HTTP method call to return the
108
+ This property can be used as a prefix for any HTTP method call to return
109
109
the raw response object instead of the parsed content.
110
110
111
111
For more information, see https://github.com/ContextualAI/contextual-client-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments