diff --git a/frontend/app/components/assistant-ui/thread.tsx b/frontend/app/components/assistant-ui/thread.tsx index 0bae74e..bc871f5 100644 --- a/frontend/app/components/assistant-ui/thread.tsx +++ b/frontend/app/components/assistant-ui/thread.tsx @@ -53,7 +53,6 @@ import { Button } from "@/components/ui/button"; import { Dialog, DialogContent, - DialogDescription, DialogHeader, DialogTitle, DialogTrigger, @@ -916,7 +915,6 @@ const ComposerAssistButtons: FC = () => { } triggerLabel="" items={TOOL_PROMPTS} @@ -954,13 +952,11 @@ const TOOL_PROMPTS = [ function PromptInsertDialog({ title, - description, triggerIcon, triggerLabel, items, }: { title: string; - description: string; triggerIcon: ReactNode; triggerLabel: string; items: { title: string; description: string; prompt: string }[]; @@ -986,7 +982,6 @@ function PromptInsertDialog({ {title} - {description}
{items.map((item) => ( @@ -1061,9 +1056,6 @@ function SlashCommandDialog() { 快捷入口 - - 这里展示终端 `/` 命令中可在 WebUI 对话框执行的子集。 - {status ? (

{status}

@@ -1261,9 +1253,6 @@ function SkillInsertDialog() { Skills - - 勾选的 Skill 会进入模型可见列表;点击名称可插入显式调用。 -