1234567891011import LiveVoice from "@inkibra/voice-sdk"; const session = await LiveVoice.connect({ token, prompt: "Help the user complete a safety inspection.", conversation: { starts: "assistant", prompt: "Keep the exchange brisk and clarify uncertainty before moving on.", }, tools, });