From ba183376705e9d7b4a6a3964726c25683f87e70d Mon Sep 17 00:00:00 2001 From: mjchristy Date: Tue, 15 Apr 2025 10:16:42 -0400 Subject: [PATCH 1/2] docs(samples): Fixed broken link in the samples guide --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 0c6461e9f3..32440b673e 100644 --- a/samples/README.md +++ b/samples/README.md @@ -9,7 +9,7 @@ Take a look at some samples of Genkit in use: - [chatbot](chatbot/): A simple chatbot with a JavaScript frontend - [js-angular](js-angular/): Demo of streaming to an Angular frontend - [js-schoolAgent](js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents -- [prompts](prompts/): Shows off several prompting techniques +- [js-prompts](js-prompts/): Shows off several prompting techniques These are also available in IDX, Google's Cloud-Based IDE, for you to try. From db7cf95147e5fc8460a10e69cda1fea745f2f3c3 Mon Sep 17 00:00:00 2001 From: mjchristy Date: Tue, 22 Apr 2025 12:21:18 -0400 Subject: [PATCH 2/2] Update README.md linka --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 32440b673e..57a0af09fa 100644 --- a/samples/README.md +++ b/samples/README.md @@ -6,7 +6,7 @@ Take a look at some samples of Genkit in use: LLM usage - [js-menu](js-menu/): Progressively more sophisticated versions of a menu understanding app -- [chatbot](chatbot/): A simple chatbot with a JavaScript frontend +- [chatbot](js-chatbot/): A simple chatbot with a JavaScript frontend - [js-angular](js-angular/): Demo of streaming to an Angular frontend - [js-schoolAgent](js-schoolAgent/): A simple school assistant system with a routing agent and specialized agents - [js-prompts](js-prompts/): Shows off several prompting techniques