Skip to content

Commit 13dbf7c

Browse files
author
Jicheng Lu
committed
minor change
1 parent 2577fb9 commit 13dbf7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/routes/page/agent/[agentId]/agent-components/agent-llm-config.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@
5858
</div>
5959
6060
<div class="agent-utility-container">
61-
<ChatConfig bind:this={chatConfigCmp} {agent} {llmConfigs} {handleAgentChange} />
61+
<ChatConfig
62+
bind:this={chatConfigCmp}
63+
{agent}
64+
{llmConfigs}
65+
{handleAgentChange}
66+
/>
6267
<LlmBasicConfig
6368
title="Image Generation"
6469
bind:this={imageGenerationConfigCmp}

0 commit comments

Comments
 (0)