Explorar el Código

chore: generate

opencode-agent[bot] hace 2 meses
padre
commit
b93963e462
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      packages/opencode/test/session/llm.test.ts

+ 1 - 3
packages/opencode/test/session/llm.test.ts

@@ -1914,9 +1914,7 @@ describe("session.llm.stream", () => {
           | undefined
 
         expect(capture.url.pathname).toBe(pathSuffix)
-        expect(body.contents).toEqual([
-          { role: "user", parts: [{ text: "Hello" }] },
-        ])
+        expect(body.contents).toEqual([{ role: "user", parts: [{ text: "Hello" }] }])
         expect(config?.temperature).toBe(0.3)
         expect(config?.topP).toBe(0.8)
         expect(config?.maxOutputTokens).toBe(ProviderTransform.maxOutputTokens(resolved))