chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-14 04:25:32 +00:00
parent 9675579796
commit c2723b5ea0
2 changed files with 2 additions and 2 deletions

View File

@@ -1128,7 +1128,7 @@ export function options(input: {
if (input.model.api.npm === "@ai-sdk/azure" && input.model.api.id.includes("gpt-5.5")) {
result["reasoningSummary"] = "auto"
return result;
return result
}
if (input.model.api.id.includes("gpt-5") && !input.model.api.id.includes("gpt-5-chat")) {

View File

@@ -358,7 +358,7 @@ describe("ProviderTransform.options - gpt-5 reasoningEffort", () => {
headers: {},
}) as any
test('gpt-5-chat should NOT set reasoningEffort', () => {
test("gpt-5-chat should NOT set reasoningEffort", () => {
const result = ProviderTransform.options({
model: createModel("gpt-5-chat"),
sessionID,