From 4dd52c26b02a60a9a7b53488811779bca9869a0f Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Sat, 8 Feb 2025 02:20:58 +0000 Subject: [PATCH] Update sample.mjs --- sample.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample.mjs b/sample.mjs index 8ed02ed..e7e19f3 100644 --- a/sample.mjs +++ b/sample.mjs @@ -23,6 +23,10 @@ async function main() { setTimeout(() => { simulator.setUserActive(true); // Simulate activity resumption after 20 seconds }, 20000); + + generateThought("The dream you just had") // generate a thought about the dream we just had + + generateThoughtAndChat("How was the dream?") // user asks how was the dream } main().catch(console.error); \ No newline at end of file