From 6a55aeeaca83ade0adc18eae0f8682558769d5ff Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 14 Aug 2024 16:10:16 +0000 Subject: [PATCH] chore(docs/api): update prompt caching helpers --- api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api.md b/api.md index aeb4e3d3..feb03537 100644 --- a/api.md +++ b/api.md @@ -68,3 +68,4 @@ from anthropic.types.beta.prompt_caching import ( Methods: - client.beta.prompt_caching.messages.create(\*\*params) -> PromptCachingBetaMessage +- client.beta.prompt_caching.messages.stream(\*\*params) -> PromptCachingBetaMessageStreamManager