fix: wire ai platform run and codex chat
This commit is contained in:
@@ -62,6 +62,17 @@ function createLightAiMenuRoute(
|
||||
}
|
||||
|
||||
const LIGHT_AI_PLATFORM_MENU_ROUTES = [
|
||||
createLightAiMenuRoute({
|
||||
component: '/_core/agent-chat/index',
|
||||
meta: {
|
||||
fullPathKey: true,
|
||||
icon: 'lucide:code',
|
||||
order: 25,
|
||||
title: 'menu-title.codex',
|
||||
},
|
||||
name: 'CodexAgentChat',
|
||||
path: '/agent-chat/codex',
|
||||
}),
|
||||
createLightAiMenuRoute({
|
||||
component: '/ai-platform/model/index',
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user