chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-11 17:06:57 +00:00
parent 023e1c711e
commit 25b12ed754

View File

@@ -59,7 +59,11 @@ describe("applyCachePolicy", () => {
model: anthropicModel,
system: "Sys A",
tools: [{ name: "t1", description: "t1", inputSchema: { type: "object", properties: {} } }],
messages: [Message.user("first user"), Message.assistant("assistant reply"), Message.user("latest user message")],
messages: [
Message.user("first user"),
Message.assistant("assistant reply"),
Message.user("latest user message"),
],
cache: "auto",
}),
)