diff --git a/client/src/hooks/Nav/useSideNavLinks.ts b/client/src/hooks/Nav/useSideNavLinks.ts index a6da9ed39e..a47a075362 100644 --- a/client/src/hooks/Nav/useSideNavLinks.ts +++ b/client/src/hooks/Nav/useSideNavLinks.ts @@ -76,18 +76,18 @@ export default function useSideNavLinks({ }); } - if ( - isAgentsEndpoint(endpoint) || - (endpoint === EModelEndpoint.bedrock && interfaceConfig.parameters === true && keyProvided) - ) { - links.push({ - title: 'com_sidepanel_parameters', - label: '', - icon: Settings2, - id: 'parameters', - Component: Parameters, - }); - } + // if ( + // isAgentsEndpoint(endpoint) || + // (endpoint === EModelEndpoint.bedrock && interfaceConfig.parameters === true && keyProvided) + // ) { + // links.push({ + // title: 'com_sidepanel_parameters', + // label: '', + // icon: Settings2, + // id: 'parameters', + // Component: Parameters, + // }); + // } if (hasAccessToPrompts) { links.push({