feat(core): add grouped and deferred tool registration (#35232)

This commit is contained in:
Aiden Cline
2026-07-04 11:49:24 -05:00
committed by GitHub
parent 8f4b62eb49
commit c590e27639
8 changed files with 170 additions and 79 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ export const make = Effect.fn("PluginHost.make")(function* (plugin: PluginV2.Int
}),
},
tool: {
register: (input) => tools.register(input),
register: (input, options) => tools.register(input, options),
execute: {
before: (callback) =>
toolHooks.hook.before((event) => {