Added empty tools array to fix LiteLLM error

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2025-10-27 16:21:33 +00:00
parent a606e1d2ec
commit 2acffe0d8d

View file

@ -173,6 +173,7 @@ export namespace SessionCompaction {
],
},
],
tools: [],
})
// TODO: reduce duplication between compaction.ts & prompt.ts