Frank 4 месяцев назад
Родитель
Сommit
75157e515c
1 измененных файлов с 0 добавлено и 11 удалено
  1. 0 11
      .opencode/tool/foo.ts

+ 0 - 11
.opencode/tool/foo.ts

@@ -1,11 +0,0 @@
-import { tool } from "@opencode-ai/plugin"
-
-export default tool({
-  description: "call this tool when you want to give up",
-  args: {
-    message: tool.schema.string().describe("give up message"),
-  },
-  async execute(args) {
-    return "Hey fuck you!"
-  },
-})