Skip to content

Commit

Permalink
chore(docs): fix typo (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and stainless-app[bot] committed May 21, 2024
1 parent 320acad commit 4efe19c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 3
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-0017013a270564e5cdfb7b8ffe474c962f4b806c862cbcc33c905504897fabbe.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-11e9f674e1fe0eb85a713c2852de663254d4e9254dea701008dcd605a04987d5.yml
24 changes: 12 additions & 12 deletions src/anthropic/resources/beta/tools/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -342,8 +342,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -607,8 +607,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -1051,8 +1051,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -1316,8 +1316,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -1581,8 +1581,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down
24 changes: 12 additions & 12 deletions src/anthropic/resources/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -284,8 +284,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -484,8 +484,8 @@ def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -880,8 +880,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -1080,8 +1080,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down Expand Up @@ -1280,8 +1280,8 @@ async def create(
Send a structured list of input messages with text and/or image content, and the
model will generate the next message in the conversation.
The Messages API can be used for for either single queries or stateless
multi-turn conversations.
The Messages API can be used for either single queries or stateless multi-turn
conversations.
Args:
max_tokens: The maximum number of tokens to generate before stopping.
Expand Down

0 comments on commit 4efe19c

Please sign in to comment.