fix: resolve reasoning effort for the prompt for global defaults as well
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-17 17:52:38 -06:00
parent 50911b99ef
commit ad6d0a2e0e
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -777,6 +777,7 @@ impl RequestContext {
let mut role = Role::default();
role.batch_set(
&self.model,
app.reasoning_effort.clone(),
app.temperature,
app.top_p,
app.enabled_tools.clone(),