Skip to content

Commit

Permalink
chore: add latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Nov 10, 2023
1 parent 2f9564f commit 2c78d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions packages/chat-component/src/components/chat-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare global {
webkitSpeechRecognition: any;
}
}

/**
* A chat component that allows the user to ask questions and get answers from an API.
* The component also displays default prompts that the user can click on to ask a question.
Expand Down
7 changes: 0 additions & 7 deletions packages/chat-component/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
/// <reference types="vite/client" />

declare global {
interface Window {
SpeechRecognition: any;
webkitSpeechRecognition: any;
}
}

0 comments on commit 2c78d29

Please sign in to comment.