feat(plugin): support plugin-provided tools (#34619)
This commit is contained in:
parent
a5c51e11d0
commit
194b0615e0
52 changed files with 1633 additions and 959 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue