Skip to content

Commit 539e008

Browse files
committed
not rendering tool type msgs
1 parent 42c402a commit 539e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/components/chat/Chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const chatInput = ref(null);
7676
const conversationContent = ref(null)
7777
const feedbackSentDisabled = ref(true)
7878
const thereIsContent = ref(false)
79-
const notRenderableStackTypes = ["gtm_tag", "close_conversation",undefined]
79+
const notRenderableStackTypes = ["gtm_tag", "close_conversation", "tool_use", "tool_result", undefined]
8080
const conversationClosed = ref(false)
8181
8282
let ws = undefined

0 commit comments

Comments
 (0)