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 42c402a commit 539e008Copy full SHA for 539e008
widget/components/chat/Chat.vue
@@ -76,7 +76,7 @@ const chatInput = ref(null);
76
const conversationContent = ref(null)
77
const feedbackSentDisabled = ref(true)
78
const thereIsContent = ref(false)
79
-const notRenderableStackTypes = ["gtm_tag", "close_conversation",undefined]
+const notRenderableStackTypes = ["gtm_tag", "close_conversation", "tool_use", "tool_result", undefined]
80
const conversationClosed = ref(false)
81
82
let ws = undefined
0 commit comments