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:
Cats Juice
2025-09-19 19:40:39 +08:00
committed by GitHub
parent 360c9545f4
commit b6a3241451
2 changed files with 16 additions and 22 deletions

View File

@@ -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>