Skip to content

Commit de82d20

Browse files
committed
feat(demos): add AssistantPageExample components with enhanced documentation
1 parent 16fd9bf commit de82d20

3 files changed

Lines changed: 669 additions & 3 deletions

File tree

docs/demos/examples/Assistant.vue renamed to docs/demos/examples/AssistantContainerExample.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ import { callMcpTool, MCP_TOOLS } from './mockMcp'
175175
import { assistantResponseProvider } from './responseProvider'
176176
177177
const fullscreen = ref(false)
178-
const show = ref(true)
178+
const show = ref(false)
179179
180180
const aiAvatar = h(IconAi, { style: { fontSize: '32px' } })
181181
const userAvatar = h(IconUser, { style: { fontSize: '32px' } })

0 commit comments

Comments
 (0)