Skip to content

Commit 0039bd0

Browse files
author
Jicheng Lu
committed
refine reasoning effort
1 parent ea81611 commit 0039bd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/helpers/enums.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ const llmModelType = {
188188
export const LlmModelType = Object.freeze(llmModelType);
189189

190190
const reasoningEffortLevel = {
191+
Minimal: "minimal",
191192
Low: "low",
192193
Medium: "medium",
193194
High: "high"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
184184
<div class="mb-3 row">
185185
<label for="example-text-input" class="col-md-3 col-form-label">
186-
Reasoning level
186+
Reasoning effort
187187
</label>
188188
<div class="col-md-9">
189189
<Input type="select" value={config.reasoning_effort_level} on:change={e => changeReasoningEffortLevel(e)}>

0 commit comments

Comments
 (0)