summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tool
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/tool')
-rw-r--r--.opencode/tool/foo.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/.opencode/tool/foo.ts b/.opencode/tool/foo.ts
deleted file mode 100644
index ac70798c0..000000000
--- a/.opencode/tool/foo.ts
+++ /dev/null
@@ -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!"
- },
-})