Skip to content

Commit 9b0a5bf

Browse files
committed
chore(testapps/anthropic): update readme
1 parent bb96ebd commit 9b0a5bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/testapps/anthropic/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ src/
4242
- `pnpm run dev:stable:webp` – Start Dev UI for WEBP image handling demo.
4343
- `pnpm run dev:stable:pdf` – Start Dev UI for PDF document processing demo.
4444
- `pnpm run dev:stable:vision` – Start Dev UI for image/vision analysis demo.
45+
- `pnpm run dev:stable:prompt-caching` – Start Dev UI for prompt caching demo.
4546

4647
## Flows
4748

@@ -72,4 +73,11 @@ Each source file defines flows that can be invoked from the Dev UI or the Genkit
7273
- `stable-vision-base64` – Analyze an image from a local file (base64 encoded)
7374
- `stable-vision-conversation` – Multi-turn conversation about an image
7475

76+
### Prompt Caching
77+
- `stable-prompt-caching-system` – Caches a long system prompt.
78+
- `stable-prompt-caching-user` – Applies caching to user-provided text input.
79+
- `stable-prompt-caching-image` – Caches prompts that combine text and an image.
80+
- `stable-prompt-caching-pdf` – Caches prompts including PDF file content.
81+
- `stable-prompt-caching-with-tool-call` – Demonstrates caching with tool-assisted prompts.
82+
7583
Example: `genkit flow:run anthropic-stable-hello`

0 commit comments

Comments
 (0)