Skip to content

Commit 8de8d4d

Browse files
committed
Rename inbox -> chatbox
1 parent c6e9a26 commit 8de8d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatbot-integration/openai-chatgpt/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
conversation.setParticipant(me);
6666
conversation.setParticipant(bot);
6767

68-
const inbox = talkSession.createChatbox();
69-
inbox.select(conversation);
70-
inbox.mount(document.getElementById("talkjs-container"));
68+
const chatbox = talkSession.createChatbox();
69+
chatbox.select(conversation);
70+
chatbox.mount(document.getElementById("talkjs-container"));
7171
});
7272
</script>
7373

0 commit comments

Comments
 (0)