Explorar el Código

test: fix bedrock test (#23351)

Aiden Cline hace 4 meses
padre
commit
78ca49a1bc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/opencode/test/provider/transform.test.ts

+ 2 - 0
packages/opencode/test/provider/transform.test.ts

@@ -2804,12 +2804,14 @@ describe("ProviderTransform.variants", () => {
         reasoningConfig: {
           type: "adaptive",
           maxReasoningEffort: "xhigh",
+          display: "summarized",
         },
       })
       expect(result.max).toEqual({
         reasoningConfig: {
           type: "adaptive",
           maxReasoningEffort: "max",
+          display: "summarized",
         },
       })
     })