Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
bc458d3e
"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "98d0d593bb180050df78dffa744fdcf38a7438e1"
Commit
bc458d3e
authored
Jun 11, 2024
by
Timothy J. Baek
Browse files
refac
parent
0d1f7265
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/lib/components/chat/MessageInput/InputMenu.svelte
src/lib/components/chat/MessageInput/InputMenu.svelte
+3
-4
No files found.
src/lib/components/chat/MessageInput/InputMenu.svelte
View file @
bc458d3e
...
...
@@ -52,11 +52,10 @@
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"
>
<div class="flex-1 flex items-center gap-2">
<Tooltip content={tools[toolId]?.description ?? ''}>
<WrenchSolid />
<WrenchSolid />
<Tooltip content={tools[toolId]?.description ?? ''} className="flex-1">
<div class=" line-clamp-1">{tools[toolId].name}</div>
</Tooltip>
<div class=" line-clamp-1">{tools[toolId].name}</div>
</div>
<Switch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment