mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
tool rework
This commit is contained in:
@@ -265,8 +265,8 @@ async function applyCommit(
|
||||
}
|
||||
}
|
||||
|
||||
export const patch = Tool.define({
|
||||
name: "opencode.patch",
|
||||
export const PatchTool = Tool.define({
|
||||
id: "opencode.patch",
|
||||
description: DESCRIPTION,
|
||||
parameters: PatchParams,
|
||||
execute: async (params) => {
|
||||
|
||||
Reference in New Issue
Block a user