diff --git a/front/components/assistant_builder/InstructionScreen.tsx b/front/components/assistant_builder/InstructionScreen.tsx index c8fc3468b3f7..2e6f370594ca 100644 --- a/front/components/assistant_builder/InstructionScreen.tsx +++ b/front/components/assistant_builder/InstructionScreen.tsx @@ -8,6 +8,7 @@ import { DropdownMenuTrigger, Page, Popover, + ScrollArea, Spinner, } from "@dust-tt/sparkle"; import type { @@ -402,25 +403,27 @@ function AdvancedSettings({ - { - setGenerationSettings({ - ...generationSettings, - modelSettings, - }); - }} - /> - - { - setGenerationSettings({ - ...generationSettings, - modelSettings, - }); - }} - /> + + { + setGenerationSettings({ + ...generationSettings, + modelSettings, + }); + }} + /> + + { + setGenerationSettings({ + ...generationSettings, + modelSettings, + }); + }} + /> +