mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore(core): hide embedding status in chat (#13605)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Simplified the AI chat composer tip: removed the dynamic embedding-status tooltip so only a single static caution remains — “AI outputs can be misleading or wrong.” * **Tests** * One end-to-end test related to embedding status was commented out and is no longer executed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -198,12 +198,6 @@ export class AIChatComposer extends SignalWatcher(
|
||||
<ai-chat-composer-tip
|
||||
.tips=${[
|
||||
html`<span>AI outputs can be misleading or wrong</span>`,
|
||||
this.embeddingCompleted
|
||||
? null
|
||||
: html`<ai-chat-embedding-status-tooltip
|
||||
.affineWorkspaceDialogService=${this
|
||||
.affineWorkspaceDialogService}
|
||||
/>`,
|
||||
].filter(Boolean)}
|
||||
.loop=${false}
|
||||
></ai-chat-composer-tip>
|
||||
|
||||
Reference in New Issue
Block a user