{$i18n.t('Tools')} | {$WEBUI_NAME}
{$i18n.t('Tools')}

{#each $tools.filter((t) => query === '' || t.name .toLowerCase() .includes(query.toLowerCase()) || t.id.toLowerCase().includes(query.toLowerCase())) as tool}
{/each}
ⓘ {$i18n.t( 'Admins have access to all tools at all times; users need tools assigned per model in the workspace.' )}
{ console.log(importFiles); showConfirm = true; }} />
{ const reader = new FileReader(); reader.onload = async (event) => { const _tools = JSON.parse(event.target.result); console.log(_tools); for (const tool of _tools) { const res = await createNewTool(localStorage.token, tool).catch((error) => { toast.error(error); return null; }); } toast.success('Tool imported successfully'); tools.set(await getTools(localStorage.token)); }; reader.readAsText(importFiles[0]); }} >
Please carefully review the following warnings:
  • Tools have a function calling system that allows arbitrary code execution.
  • Do not install tools from sources you do not fully trust.
I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.