feat(core): expose deferred tools through execute (#35361)
This commit is contained in:
@@ -154,6 +154,7 @@ describe("PluginV2", () => {
|
||||
expect((yield* registry.materialize({ model: testModel })).definitions.map((tool) => tool.name)).toEqual([
|
||||
"plain",
|
||||
"context_7_look_up",
|
||||
"execute",
|
||||
])
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user