@scoopika/react
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -233,3 +233,3 @@ "use strict"; | ||
function useVoiceChatState(client, agent, state_options) { | ||
const [chatState] = (0, import_react2.useState)(useChatState(client, agent, state_options)); | ||
const chatState = useChatState(client, agent, state_options); | ||
const [agentVoicePlayer, setAgentVoicePlayer] = (0, import_react2.useState)(null); | ||
@@ -236,0 +236,0 @@ const [voiceRecorder, setVoiceRecorder] = (0, import_react2.useState)(null); |
{ | ||
"name": "@scoopika/react", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Build interactive AI-powered React applications around AI agents", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
388707