fix(ui): drop orphaned chat page description

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yuneng 2026-07-13 17:56:05 +00:00
parent 1f82b029b3
commit 24800c7ff3

View file

@ -7,7 +7,6 @@
export const pageDescriptions: Record<string, string> = {
"api-keys": "Manage virtual keys for API access and authentication",
"llm-playground": "Interactive playground for testing LLM requests",
chat: "Chat with an LLM and connect your own MCP server credentials via OAuth",
models: "Configure and manage LLM models and endpoints",
agents: "Create and manage AI agents",
agentic: "Manage agentic resources: agents, workflow runs, and memory",