Skip to content

Commit

Permalink
chore: add export useVoiceToText
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-btc committed Jan 22, 2024
1 parent 012aa60 commit 7f4c6b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
import usePolyfire, { PolyfireProvider } from "./usePolyfire";
import useChat from "./useChat";
import useAgent, { ActionAgent, Agent, DefinitionAction } from "./useAgent";
import useVoiceToText from "./useVoiceToText";

export { usePolyfire, PolyfireProvider, useChat, useAgent, ActionAgent, Agent, DefinitionAction };
export {
usePolyfire,
PolyfireProvider,
useChat,
useAgent,
useVoiceToText,
ActionAgent,
Agent,
DefinitionAction,
};

0 comments on commit 7f4c6b0

Please sign in to comment.