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 2577fb9 commit 13dbf7cCopy full SHA for 13dbf7c
src/routes/page/agent/[agentId]/agent-components/agent-llm-config.svelte
@@ -58,7 +58,12 @@
58
</div>
59
60
<div class="agent-utility-container">
61
- <ChatConfig bind:this={chatConfigCmp} {agent} {llmConfigs} {handleAgentChange} />
+ <ChatConfig
62
+ bind:this={chatConfigCmp}
63
+ {agent}
64
+ {llmConfigs}
65
+ {handleAgentChange}
66
+ />
67
<LlmBasicConfig
68
title="Image Generation"
69
bind:this={imageGenerationConfigCmp}
0 commit comments