Skip to content

Commit

Permalink
chore(docs): fix typo (#423)
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 c4de255 commit ec36603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions src/resources/beta/tools/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export class Messages extends APIResource {
* 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.
*/
create(body: MessageCreateParamsNonStreaming, options?: Core.RequestOptions): APIPromise<ToolsBetaMessage>;
create(
Expand Down
4 changes: 2 additions & 2 deletions src/resources/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export class Messages extends APIResource {
* 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.
*/
create(body: MessageCreateParamsNonStreaming, options?: Core.RequestOptions): APIPromise<Message>;
create(
Expand Down

0 comments on commit ec36603

Please sign in to comment.