@meistrari/chat-nuxt 4.2.0-rc.6 → 4.2.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Runtime internals under `src/runtime/**`, generated Nuxt aliases, and workspace-
|
|
|
35
35
|
|
|
36
36
|
## Conversation forks
|
|
37
37
|
|
|
38
|
-
Completed assistant responses offer **
|
|
38
|
+
Completed assistant responses offer **Continuar em nova conversa** in the three-dot
|
|
39
39
|
menu below the response, beside the feedback controls. User messages cannot be forked.
|
|
40
40
|
The embed selects the new conversation and emits its existing `update:conversationId` event.
|
|
41
41
|
The new conversation stays idle until the user sends a message.
|
package/dist/module.json
CHANGED
|
@@ -8,7 +8,7 @@ const emit = defineEmits(["fork"]);
|
|
|
8
8
|
<template>
|
|
9
9
|
<div>
|
|
10
10
|
<TelaDropdownMenu
|
|
11
|
-
:items="[{ label: '
|
|
11
|
+
:items="[{ label: 'Continuar em nova conversa', icon: 'i-ph-git-branch', disabled, click: () => emit('fork') }]"
|
|
12
12
|
align="end"
|
|
13
13
|
:should-be-modal="false"
|
|
14
14
|
>
|