mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 00:23:28 +00:00
chore: generate
This commit is contained in:
parent
023e1c711e
commit
25b12ed754
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue