Update sample.mjs
This commit is contained in:
parent
a7ec4f7a01
commit
4dd52c26b0
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
Loading…
Reference in a new issue