Skip to content

Commit

Permalink
chore(docs/api): update prompt caching helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot authored and RobertCraigie committed Aug 14, 2024
1 parent 2c2faf4 commit 6a55aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ from anthropic.types.beta.prompt_caching import (
Methods:

- <code title="post /v1/messages?beta=prompt_caching">client.beta.prompt_caching.messages.<a href="./src/anthropic/resources/beta/prompt_caching/messages.py">create</a>(\*\*<a href="src/anthropic/types/beta/prompt_caching/message_create_params.py">params</a>) -> <a href="./src/anthropic/types/beta/prompt_caching/prompt_caching_beta_message.py">PromptCachingBetaMessage</a></code>
- <code title="post /v1/messages?beta=prompt_caching">client.beta.prompt_caching.messages.<a href="./src/anthropic/resources/beta/prompt_caching/messages.py">stream</a>(\*\*<a href="src/anthropic/types/beta/prompt_caching/message_create_params.py">params</a>) -> <a href="./src/anthropic/lib/streaming/_prompt_caching_beta_messages.py">PromptCachingBetaMessageStreamManager</a></code>

0 comments on commit 6a55aee

Please sign in to comment.