fix(ui): 删除默认页输入框下方的快捷按钮
Trigger auto deployment for soc-langgraph / build-and-deploy (push) Failing after 14s
Deploy LangGraph UI to Azure Static Web Apps / build-and-deploy (push) Failing after 49s

用户反馈输入框下方的工具快捷按钮(搜索知识库/查看最新工单等)很丑,直接移除。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gongzhiyong
2026-04-15 01:30:35 +08:00
co-authored by Claude Opus 4.6
parent b59f672033
commit 53f6b99467
+1 -1
View File
@@ -454,7 +454,7 @@ function App() {
onSubmit={handleSubmit}
onStop={handleStop}
onPaste={handlePaste}
showQuickPrompts={activeMessages.length === 0}
showQuickPrompts={false}
/>
</div>