Merge pull request #144 from samaritanz/main

pull/133/merge
Travis Fischer 2022-12-15 01:42:53 -06:00 zatwierdzone przez GitHub
commit 573b16251e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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() {

Wyświetl plik

@ -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() {