mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 18:25:32 -04:00
chore: generate
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user