We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92ada7 commit 81fe36eCopy full SHA for 81fe36e
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte
@@ -249,8 +249,6 @@
249
{/if}
250
251
{#if config().showToolCalls}
252
- {@const toolCalls = parsedToolCalls()}
253
- {@const fallbackToolCalls = fallbackToolCallContent()}
254
{#if (toolCalls && toolCalls.length > 0) || fallbackToolCalls}
255
<span class="inline-flex flex-wrap items-center gap-2 text-xs text-muted-foreground">
256
<span class="inline-flex items-center gap-1">
0 commit comments