{ updateHandler(); }} >
{#if servers !== null}
{$i18n.t('Manage Tool Servers')}
(showConnectionModal = true)} type="button" >
{#each servers as server, idx}
updateHandler()} onDelete={() => { servers = servers.filter((_, i) => i !== idx); updateHandler(); }} /> {/each}
{$i18n.t('Connect to your own OpenAPI compatible external tool servers.')}
{$i18n.t( 'CORS must be properly configured by the provider to allow requests from Open WebUI.' )}
{$i18n.t('Learn more about OpenAPI tool servers.')} ↗
updateHandler()} />
{$i18n.t( 'Connect to Open Terminal instances to browse files and use them as always-on tools. Only one can be active at a time.' )}
{$i18n.t('Learn more about Open Terminal')} ↗
{:else}
{/if}
{$i18n.t('Save')}