From acd9088a6df521062648cbd177a071ab127a5787 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 4 Sep 2024 10:55:42 -0400 Subject: [PATCH] chore: remove params for now --- client/src/hooks/Nav/useSideNavLinks.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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({