From 83c519b4a4caacbf1fcff0ad3a19116a63f2c0ca Mon Sep 17 00:00:00 2001 From: Chris Chestnut Date: Thu, 2 May 2024 19:21:45 +0000 Subject: [PATCH] Rename sample to reflect Genkit UI --- js/samples/{dev-ui-gallery => genkit-ui-gallery}/package.json | 0 .../prompts/dotprompt-hello.first-last-name.prompt | 0 .../prompts/dotprompt-hello.history.prompt | 0 .../prompts/dotprompt-hello.json-output.prompt | 0 .../prompts/dotprompt-hello.prompt | 0 .../prompts/dotprompt-hello.system.prompt | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/common/types.ts | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/common/util.ts | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/genkit.config.ts | 0 js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/index.ts | 0 .../src/main/durable-flows.ts | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/main/flows.ts | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/main/prompts.ts | 0 .../{dev-ui-gallery => genkit-ui-gallery}/src/main/tools.ts | 0 js/samples/{dev-ui-gallery => genkit-ui-gallery}/tsconfig.json | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/package.json (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/prompts/dotprompt-hello.first-last-name.prompt (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/prompts/dotprompt-hello.history.prompt (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/prompts/dotprompt-hello.json-output.prompt (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/prompts/dotprompt-hello.prompt (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/prompts/dotprompt-hello.system.prompt (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/common/types.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/common/util.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/genkit.config.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/index.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/main/durable-flows.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/main/flows.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/main/prompts.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/src/main/tools.ts (100%) rename js/samples/{dev-ui-gallery => genkit-ui-gallery}/tsconfig.json (100%) diff --git a/js/samples/dev-ui-gallery/package.json b/js/samples/genkit-ui-gallery/package.json similarity index 100% rename from js/samples/dev-ui-gallery/package.json rename to js/samples/genkit-ui-gallery/package.json diff --git a/js/samples/dev-ui-gallery/prompts/dotprompt-hello.first-last-name.prompt b/js/samples/genkit-ui-gallery/prompts/dotprompt-hello.first-last-name.prompt similarity index 100% rename from js/samples/dev-ui-gallery/prompts/dotprompt-hello.first-last-name.prompt rename to js/samples/genkit-ui-gallery/prompts/dotprompt-hello.first-last-name.prompt diff --git a/js/samples/dev-ui-gallery/prompts/dotprompt-hello.history.prompt b/js/samples/genkit-ui-gallery/prompts/dotprompt-hello.history.prompt similarity index 100% rename from js/samples/dev-ui-gallery/prompts/dotprompt-hello.history.prompt rename to js/samples/genkit-ui-gallery/prompts/dotprompt-hello.history.prompt diff --git a/js/samples/dev-ui-gallery/prompts/dotprompt-hello.json-output.prompt b/js/samples/genkit-ui-gallery/prompts/dotprompt-hello.json-output.prompt similarity index 100% rename from js/samples/dev-ui-gallery/prompts/dotprompt-hello.json-output.prompt rename to js/samples/genkit-ui-gallery/prompts/dotprompt-hello.json-output.prompt diff --git a/js/samples/dev-ui-gallery/prompts/dotprompt-hello.prompt b/js/samples/genkit-ui-gallery/prompts/dotprompt-hello.prompt similarity index 100% rename from js/samples/dev-ui-gallery/prompts/dotprompt-hello.prompt rename to js/samples/genkit-ui-gallery/prompts/dotprompt-hello.prompt diff --git a/js/samples/dev-ui-gallery/prompts/dotprompt-hello.system.prompt b/js/samples/genkit-ui-gallery/prompts/dotprompt-hello.system.prompt similarity index 100% rename from js/samples/dev-ui-gallery/prompts/dotprompt-hello.system.prompt rename to js/samples/genkit-ui-gallery/prompts/dotprompt-hello.system.prompt diff --git a/js/samples/dev-ui-gallery/src/common/types.ts b/js/samples/genkit-ui-gallery/src/common/types.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/common/types.ts rename to js/samples/genkit-ui-gallery/src/common/types.ts diff --git a/js/samples/dev-ui-gallery/src/common/util.ts b/js/samples/genkit-ui-gallery/src/common/util.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/common/util.ts rename to js/samples/genkit-ui-gallery/src/common/util.ts diff --git a/js/samples/dev-ui-gallery/src/genkit.config.ts b/js/samples/genkit-ui-gallery/src/genkit.config.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/genkit.config.ts rename to js/samples/genkit-ui-gallery/src/genkit.config.ts diff --git a/js/samples/dev-ui-gallery/src/index.ts b/js/samples/genkit-ui-gallery/src/index.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/index.ts rename to js/samples/genkit-ui-gallery/src/index.ts diff --git a/js/samples/dev-ui-gallery/src/main/durable-flows.ts b/js/samples/genkit-ui-gallery/src/main/durable-flows.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/main/durable-flows.ts rename to js/samples/genkit-ui-gallery/src/main/durable-flows.ts diff --git a/js/samples/dev-ui-gallery/src/main/flows.ts b/js/samples/genkit-ui-gallery/src/main/flows.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/main/flows.ts rename to js/samples/genkit-ui-gallery/src/main/flows.ts diff --git a/js/samples/dev-ui-gallery/src/main/prompts.ts b/js/samples/genkit-ui-gallery/src/main/prompts.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/main/prompts.ts rename to js/samples/genkit-ui-gallery/src/main/prompts.ts diff --git a/js/samples/dev-ui-gallery/src/main/tools.ts b/js/samples/genkit-ui-gallery/src/main/tools.ts similarity index 100% rename from js/samples/dev-ui-gallery/src/main/tools.ts rename to js/samples/genkit-ui-gallery/src/main/tools.ts diff --git a/js/samples/dev-ui-gallery/tsconfig.json b/js/samples/genkit-ui-gallery/tsconfig.json similarity index 100% rename from js/samples/dev-ui-gallery/tsconfig.json rename to js/samples/genkit-ui-gallery/tsconfig.json