Skip to content

Commit 8100e2c

Browse files
committed
Thank you @gillonba issue craigsdennis#4
1 parent 580331e commit 8100e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ dataChannel.addEventListener('message', async (ev) => {
128128
},
129129
};
130130
dataChannel.send(JSON.stringify(event));
131+
// Have assistant respond after getting the results
132+
dataChannel.send(JSON.stringify({type:"response.create"}));
131133
}
132134
}
133135
});

0 commit comments

Comments
 (0)