chore: generate
This commit is contained in:
parent
942630eb4a
commit
02cb7e7b71
7 changed files with 14 additions and 46 deletions
|
|
@ -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",
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue