mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Added empty tools array to fix LiteLLM error
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
a606e1d2ec
commit
2acffe0d8d
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ export namespace SessionCompaction {
|
|||
],
|
||||
},
|
||||
],
|
||||
tools: [],
|
||||
})
|
||||
|
||||
// TODO: reduce duplication between compaction.ts & prompt.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue