词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!


read、write、bash)并行工作。.opencode/tool/ 目录~/.config/opencode/tool/ 目录tool() 辅助函数创建工具,提供类型安全和验证:// .opencode/tool/database.ts
import { tool } from "@opencode-ai/plugin"
export default tool({
description: "Query the project database",
args: {
query: tool.schema.string().describe("SQL query to execute"),
},
async execute(args) {
// 数据库逻辑
return `Executed query: ${args.query}`
},
})database 工具。