File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/bespokelabs/resources/minicheck Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class FactcheckResource(SyncAPIResource):
2828 @cached_property
2929 def with_raw_response (self ) -> FactcheckResourceWithRawResponse :
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/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
@@ -92,7 +92,7 @@ class AsyncFactcheckResource(AsyncAPIResource):
9292 @cached_property
9393 def with_raw_response (self ) -> AsyncFactcheckResourceWithRawResponse :
9494 """
95- This property can be used as a prefix for any HTTP method call to return the
95+ This property can be used as a prefix for any HTTP method call to return
9696 the raw response object instead of the parsed content.
9797
9898 For more information, see https://www.github.com/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def factcheck(self) -> FactcheckResource:
2424 @cached_property
2525 def with_raw_response (self ) -> MinicheckResourceWithRawResponse :
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/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def factcheck(self) -> AsyncFactcheckResource:
4949 @cached_property
5050 def with_raw_response (self ) -> AsyncMinicheckResourceWithRawResponse :
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/bespokelabsai/bespokelabs-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments