use minimal reasoning effort for gpt-5

This commit is contained in:
Dax Raad
2025-08-09 15:38:33 -04:00
parent 1954b59167
commit d3ff66e911
5 changed files with 276 additions and 3 deletions

View File

@@ -682,6 +682,7 @@ export namespace Session {
providerOptions: {
[input.providerID]: {
...small.info.options,
...ProviderTransform.options(input.providerID, small.info.id),
},
},
messages: [
@@ -1014,6 +1015,15 @@ export namespace Session {
case "start":
break
case "reasoning-start":
break
case "reasoning-delta":
break
case "reasoning-end":
break
case "tool-input-start":
const part = await updatePart({
id: toolcalls[value.id]?.id ?? Identifier.ascending("part"),