chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-11 01:18:39 +00:00
parent 77e6c0d329
commit 5801cce1b5
3 changed files with 3 additions and 9 deletions
@@ -464,9 +464,7 @@ describe("Bedrock Converse route", () => {
const prepared = yield* LLMClient.prepare(
LLM.request({
model,
tools: [
{ name: "lookup", description: "lookup", inputSchema: { type: "object", properties: {} }, cache },
],
tools: [{ name: "lookup", description: "lookup", inputSchema: { type: "object", properties: {} }, cache }],
messages: [
LLM.user("What's the weather?"),
LLM.assistant([LLM.toolCall({ id: "call_1", name: "lookup", input: {} })]),