Skip to content

Commit

Permalink
remove test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Jul 1, 2024
1 parent 58bf0a9 commit 73ae7f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/chat-core/test-browser-esm/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ let chatCore = provideChatCore({

window.getNextMessage = async () => {
const data = await chatCore.getNextMessage({
messages: [
{
timestamp: "2023-05-17T19:21:21.915Z",
source: "USER",
text: "My name is John Doe. I want to speak to an agent",
},
],
messages: [],
});
const el = document.getElementById("chatresult");
el.textContent = JSON.stringify(data, null, 2);
Expand Down

0 comments on commit 73ae7f7

Please sign in to comment.