fix(core): stabilize tool definition ordering (#38590)
This commit is contained in:
parent
bb3f4cc3c7
commit
c228fc4886
4 changed files with 35 additions and 5 deletions
|
|
@ -300,8 +300,8 @@ describe("PluginV2", () => {
|
|||
yield* plugins.activate([versioned(plugin)])
|
||||
|
||||
expect((yield* registry.snapshot()).definitions.map((tool) => tool.name)).toEqual([
|
||||
"plain",
|
||||
"context7_look_up",
|
||||
"plain",
|
||||
"execute",
|
||||
])
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue