File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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+
7583Example: ` genkit flow:run anthropic-stable-hello `
You can’t perform that action at this time.
0 commit comments