We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4a79b commit 11e685fCopy full SHA for 11e685f
chatbot-integration/openai-chatgpt/server.js
@@ -32,7 +32,7 @@ async function sendInitialMessage(conversationId) {
32
body: JSON.stringify([
33
{
34
text: "_Let me think for a bit..._", // Placeholder text that the theme will replace with a typing indicator
35
- sender: "chatbotExampleBot",
+ sender: botId,
36
type: "UserMessage",
37
custom: { isTyping: "true" },
38
},
0 commit comments