Files
vf_react/src/views/AgentChat/neuratalk/app/ai-chat/generate-code/page.tsx
2025-11-22 10:11:36 +08:00

6 lines
221 B
TypeScript

// app/ai-chat/generate-code/page.tsx - MCP 集成的代码生成页面
import MCPGenerateCodePage from "@/templates/GenerateCodePage/MCPIntegrated";
export default function Page() {
return <MCPGenerateCodePage />;
}