mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 17:28:50 +00:00
allow temperature to be configured per mode
This commit is contained in:
parent
827469c725
commit
e97613ef9f
22 changed files with 234 additions and 195 deletions
|
|
@ -9,8 +9,8 @@ const ctx = {
|
|||
abort: AbortSignal.any([]),
|
||||
metadata: () => {},
|
||||
}
|
||||
const glob = await GlobTool()
|
||||
const list = await ListTool()
|
||||
const glob = await GlobTool.init()
|
||||
const list = await ListTool.init()
|
||||
|
||||
describe("tool.glob", () => {
|
||||
test("truncate", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue