Skip to content

Commit

Permalink
docs(raw responses): fix duplicate the (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 21, 2025
1 parent 0dcac46 commit 19e4f04
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/arcadepy/resources/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AuthResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AuthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -196,7 +196,7 @@ class AsyncAuthResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAuthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/chat/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def completions(self) -> CompletionsResource:
@cached_property
def with_raw_response(self) -> ChatResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand All @@ -49,7 +49,7 @@ def completions(self) -> AsyncCompletionsResource:
@cached_property
def with_raw_response(self) -> AsyncChatResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/chat/completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CompletionsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CompletionsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -147,7 +147,7 @@ class AsyncCompletionsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCompletionsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HealthResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> HealthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -63,7 +63,7 @@ class AsyncHealthResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncHealthResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/tools/formatted.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FormattedResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> FormattedResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -145,7 +145,7 @@ class AsyncFormattedResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncFormattedResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/tools/scheduled.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ScheduledResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ScheduledResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -128,7 +128,7 @@ class AsyncScheduledResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncScheduledResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/arcadepy/resources/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def formatted(self) -> FormattedResource:
@cached_property
def with_raw_response(self) -> ToolsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -269,7 +269,7 @@ def formatted(self) -> AsyncFormattedResource:
@cached_property
def with_raw_response(self) -> AsyncToolsResourceWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.
For more information, see https://www.github.com/ArcadeAI/arcade-py#accessing-raw-response-data-eg-headers
Expand Down

0 comments on commit 19e4f04

Please sign in to comment.