feat(plugin): support plugin-provided tools (#34619)

This commit is contained in:
Kit Langton
2026-06-30 13:18:56 -04:00
committed by GitHub
parent daa801a5ac
commit 274223dab3
52 changed files with 1625 additions and 951 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Plugin } from "./index.js"
import type { Plugin } from "./index.js"
import { tool } from "./tool.js"
export const ExamplePlugin: Plugin = async (_ctx) => {