chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-26 18:51:42 +00:00
parent 65210f2d97
commit 20f47fec7a
4 changed files with 263 additions and 1062 deletions
+1 -3
View File
@@ -33,9 +33,7 @@ test("session methods use the public HTTP contract", async () => {
if (url.includes("/history")) {
historyPage++
return Response.json(
historyPage === 1
? { data: [modelSwitchedEvent], hasMore: true }
: { data: [], hasMore: false },
historyPage === 1 ? { data: [modelSwitchedEvent], hasMore: true } : { data: [], hasMore: false },
)
}
if (url.includes("/prompt")) return Response.json(admission)