feat(plugin): support plugin-provided tools (#34619)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { Effect, Scope } from "effect"
|
||||
|
||||
export interface ToolDomain {
|
||||
readonly register: (tools: Readonly<Record<string, unknown>>) => Effect.Effect<void, unknown, Scope.Scope>
|
||||
}
|
||||
Reference in New Issue
Block a user