Skip to content

Commit 81fe36e

Browse files
Update tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent e92ada7 commit 81fe36e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@
249249
{/if}
250250

251251
{#if config().showToolCalls}
252-
{@const toolCalls = parsedToolCalls()}
253-
{@const fallbackToolCalls = fallbackToolCallContent()}
254252
{#if (toolCalls && toolCalls.length > 0) || fallbackToolCalls}
255253
<span class="inline-flex flex-wrap items-center gap-2 text-xs text-muted-foreground">
256254
<span class="inline-flex items-center gap-1">

0 commit comments

Comments
 (0)