mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-29 19:34:32 +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,7 @@ import { Bus } from "../bus"
|
|||
import { File } from "../file"
|
||||
import { FileTime } from "../file/time"
|
||||
|
||||
export const WriteTool = Tool.define({
|
||||
id: "write",
|
||||
export const WriteTool = Tool.define("write", {
|
||||
description: DESCRIPTION,
|
||||
parameters: z.object({
|
||||
filePath: z.string().describe("The absolute path to the file to write (must be absolute, not relative)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue