mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 23:53:46 +00:00
tool rework
This commit is contained in:
@@ -17,8 +17,8 @@ const IGNORE_PATTERNS = [
|
||||
".vscode/",
|
||||
]
|
||||
|
||||
export const ls = Tool.define({
|
||||
name: "opencode.ls",
|
||||
export const ListTool = Tool.define({
|
||||
id: "opencode.list",
|
||||
description: "List directory contents",
|
||||
parameters: z.object({
|
||||
path: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user