diff --git a/site/src/pages/AgentsPage/UserCompactionThresholdSettings.stories.tsx b/site/src/pages/AgentsPage/UserCompactionThresholdSettings.stories.tsx index 5630302104..3e9f6d37d7 100644 --- a/site/src/pages/AgentsPage/UserCompactionThresholdSettings.stories.tsx +++ b/site/src/pages/AgentsPage/UserCompactionThresholdSettings.stories.tsx @@ -88,8 +88,6 @@ export const Default: Story = { expect(canvas.getByText("GPT-4o")).toBeInTheDocument(); expect(canvas.getByText("Claude Sonnet")).toBeInTheDocument(); - expect(canvas.getByText("System default: 80%")).toBeInTheDocument(); - expect(canvas.getByText("System default: 70%")).toBeInTheDocument(); expect(canvas.queryByText("GPT-3.5 (Disabled)")).not.toBeInTheDocument(); await userEvent.type(gpt4oInput, "100"); diff --git a/site/src/pages/AgentsPage/UserCompactionThresholdSettings.tsx b/site/src/pages/AgentsPage/UserCompactionThresholdSettings.tsx index 4da56abade..3e75de0ea2 100644 --- a/site/src/pages/AgentsPage/UserCompactionThresholdSettings.tsx +++ b/site/src/pages/AgentsPage/UserCompactionThresholdSettings.tsx @@ -184,7 +184,7 @@ export const UserCompactionThresholdSettings: FC< models before compaction thresholds can be set.
) : ( -