From b3b74c5c9c71726370c2240b774b48dd79c632d6 Mon Sep 17 00:00:00 2001 From: samatitanz Date: Thu, 15 Dec 2022 15:25:38 +0800 Subject: [PATCH] feat:fix cli --- legacy/demos/demo-conversation.ts | 2 +- legacy/demos/demo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/demos/demo-conversation.ts b/legacy/demos/demo-conversation.ts index 668a988e..c730d71a 100644 --- a/legacy/demos/demo-conversation.ts +++ b/legacy/demos/demo-conversation.ts @@ -9,7 +9,7 @@ dotenv.config() * Demo CLI for testing conversation support. * * ``` - * npx tsx src/demo-conversation.ts + * npx tsx demos/demo-conversation.ts * ``` */ async function main() { diff --git a/legacy/demos/demo.ts b/legacy/demos/demo.ts index 7f432413..046834a6 100644 --- a/legacy/demos/demo.ts +++ b/legacy/demos/demo.ts @@ -9,7 +9,7 @@ dotenv.config() * Demo CLI for testing basic functionality. * * ``` - * npx tsx src/demo.ts + * npx tsx demos/demo.ts * ``` */ async function main() {