diff --git a/src/interface/web/app/components/chatSidebar/chatSidebar.tsx b/src/interface/web/app/components/chatSidebar/chatSidebar.tsx index 9d3588e0..8ebd3243 100644 --- a/src/interface/web/app/components/chatSidebar/chatSidebar.tsx +++ b/src/interface/web/app/components/chatSidebar/chatSidebar.tsx @@ -25,8 +25,6 @@ interface ChatSideBarProps { const fetcher = (url: string) => fetch(url).then((res) => res.json()); export function ChatSidebar({ ...props }: ChatSideBarProps) { - const { data: agentConfigurationOptions, error: agentConfigurationOptionsError } = - useSWR("/api/agents/options", fetcher); if (props.isMobileWidth) { return (