Skip to content

Commit 64a828f

Browse files
author
Jicheng Lu
committed
minor change
1 parent f563594 commit 64a828f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,14 @@
110110
Maximum recursive depth
111111
</label>
112112
<div class="col-md-9">
113-
<Input type="number" min={lowerLimit} max={upperLimit} style="text-align: center;" value={config.max_recursion_depth} on:change={e => changeMaxRecursiveDepth(e)} />
113+
<Input
114+
style="text-align: center;"
115+
type="number"
116+
min={lowerLimit}
117+
max={upperLimit}
118+
value={config.max_recursion_depth}
119+
on:change={e => changeMaxRecursiveDepth(e)}
120+
/>
114121
</div>
115122
</div>
116123
</CardBody>

0 commit comments

Comments
 (0)