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
51adb1c0
"docs/vscode:/vscode.git/clone" did not exist on "3757cf271d10dee5b284151cda7f82b132e7a808"
Commit
51adb1c0
authored
Jun 23, 2024
by
Timothy J. Baek
Browse files
enh: frontmatter version
parent
9788633c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
src/lib/components/workspace/Functions.svelte
src/lib/components/workspace/Functions.svelte
+8
-0
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools.svelte
+8
-0
No files found.
src/lib/components/workspace/Functions.svelte
View file @
51adb1c0
...
@@ -162,6 +162,14 @@
...
@@ -162,6 +162,14 @@
{func.type}
{func.type}
</div>
</div>
{#if func?.meta?.manifest?.version}
<div
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
v{func?.meta?.manifest?.version ?? ''}
</div>
{/if}
<div class=" line-clamp-1">
<div class=" line-clamp-1">
{func.name}
{func.name}
</div>
</div>
...
...
src/lib/components/workspace/Tools.svelte
View file @
51adb1c0
...
@@ -156,6 +156,14 @@
...
@@ -156,6 +156,14 @@
TOOL
TOOL
</div>
</div>
{#if tool?.meta?.manifest?.version}
<div
class="text-xs font-black px-1 rounded line-clamp-1 bg-gray-500/20 text-gray-700 dark:text-gray-200"
>
v{tool?.meta?.manifest?.version ?? ''}
</div>
{/if}
<div class="line-clamp-1">
<div class="line-clamp-1">
{tool.name}
{tool.name}
</div>
</div>
...
...
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