wip: remove
This commit is contained in:
parent
5a96ee8e1b
commit
75157e515c
1 changed files with 0 additions and 11 deletions
|
|
@ -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!"
|
|
||||||
},
|
|
||||||
})
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue