chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-11 02:11:07 +00:00
parent 942630eb4a
commit 02cb7e7b71
7 changed files with 14 additions and 46 deletions

View File

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