Skip to content

Commit 32a288d

Browse files
committed
docs: Migrates Genkit sample apps, integrating them into the larger Firebase corpus of samples. A companion PR, on branch i1521 in the Genkit repo, deletes them from their location in that repo.
MERGE THIS PR BEFORE THAT OTHER ONE.
1 parent 30c40a7 commit 32a288d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

genkit/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Take a look at some samples of Genkit in use:
44

5-
- [js-coffee-shop](samples/js-coffee-shop/): "AI barista", demonstrating simple
5+
- [js-coffee-shop](js-coffee-shop/): "AI barista", demonstrating simple
66
LLM usage
7-
- [js-menu](samples/js-menu/): Progressively more sophisticated versions of a
7+
- [js-menu](js-menu/): Progressively more sophisticated versions of a
88
menu understanding app
9-
- [chatbot](samples/chatbot/): A simple chatbot with a JavaScript frontend
10-
- [js-angular](samples/js-angular/): Demo of streaming to an Angular frontend
9+
- [chatbot](chatbot/): A simple chatbot with a JavaScript frontend
10+
- [js-angular](js-angular/): Demo of streaming to an Angular frontend
11+
- [js-schoolAgent](js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents
12+
- [prompts](prompts/): Shows off several prompting techniques

0 commit comments

Comments
 (0)