feat(core): expose deferred tools through execute (#35361)

This commit is contained in:
Aiden Cline
2026-07-04 16:20:56 -05:00
committed by GitHub
parent 46ffcd0f56
commit 6fae8bc87f
10 changed files with 367 additions and 89 deletions
+1
View File
@@ -154,6 +154,7 @@ describe("PluginV2", () => {
expect((yield* registry.materialize({ model: testModel })).definitions.map((tool) => tool.name)).toEqual([
"plain",
"context_7_look_up",
"execute",
])
}),
)