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 d85801f commit 1c6b0f8Copy full SHA for 1c6b0f8
ui/src/components/ai-chat/index.vue
@@ -172,7 +172,7 @@ const isAPIInput = computed(
172
)
173
const showUserInputContent = computed(() => {
174
return (
175
- (((isUserInput.value || isAPIInput) && firsUserInput.value) || showUserInput.value) &&
+ (((isUserInput.value || isAPIInput.value) && firsUserInput.value) || showUserInput.value) &&
176
props.type !== 'log'
177
178
})
0 commit comments