mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-06 23:15:35 +00:00
ui: Fix spacing in tool-call request (#25634)
This commit is contained in:
parent
dfba90db63
commit
236ab574e0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<ChatMessageActionCard icon={ShieldQuestion}>
|
||||
{#snippet message()}
|
||||
Allow use of <span class="font-semibold">{toolName}</span>{#if serverLabel}
|
||||
from <span class="font-semibold">{serverLabel}</span>{/if}?
|
||||
from <span class="font-semibold">{serverLabel}</span>{/if}?
|
||||
{/snippet}
|
||||
|
||||
{#snippet actions()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue