mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 01:24:31 +00:00
* fix(openrouter): pass reasoning.effort to OpenRouter API (#14664) * Agents: pass thinkLevel to extra-params wrapper * Changelog: note fix/openrouter-reasoning-effort-14664 OpenRouter fix * Changelog: fix OpenRouter entry text --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
@@ -736,6 +736,7 @@ export async function runEmbeddedAttempt(
|
||||
params.provider,
|
||||
params.modelId,
|
||||
params.streamParams,
|
||||
params.thinkLevel,
|
||||
);
|
||||
|
||||
if (cacheTrace) {
|
||||
|
||||
Reference in New Issue
Block a user