This commit is contained in:
Timothy Jaeryang Baek 2025-09-13 19:04:07 +04:00
parent f68d1ba394
commit 031cf38655

View file

@ -1420,6 +1420,7 @@
<div class="flex self-center w-[1px] h-4 mx-1 bg-gray-50 dark:bg-gray-800" />
{#if showWebSearchButton || showImageGenerationButton || showCodeInterpreterButton || showToolsButton || (toggleFilters && toggleFilters.length > 0)}
<IntegrationsMenu
selectedModels={atSelectedModel ? [atSelectedModel.id] : selectedModels}
{toggleFilters}
@ -1444,6 +1445,7 @@
<Component className="size-4.5" strokeWidth="1.5" />
</div>
</IntegrationsMenu>
{/if}
<div class="ml-1 flex gap-1.5">
{#if showToolsButton}