test(agents): use neutral tool schema fixtures (#88848)

This commit is contained in:
Vincent Koc
2026-06-01 03:09:48 +01:00
committed by GitHub
parent c002887223
commit 91ca036717
13 changed files with 110 additions and 108 deletions

View File

@@ -60,10 +60,10 @@ describe("ToolsEffectiveResultSchema", () => {
...toolsEffectiveResult(),
notices: [
{
id: "unsupported-tool-schema:dofbot_move_angles",
id: "unsupported-tool-schema:fuzzplugin_move_angles",
severity: "warning",
message:
'Tool "dofbot_move_angles" from plugin "dofbot" has an unsupported runtime input schema and was quarantined before model projection.',
'Tool "fuzzplugin_move_angles" from plugin "fuzzplugin" has an unsupported runtime input schema and was quarantined before model projection.',
},
],
};
@@ -76,7 +76,7 @@ describe("ToolsEffectiveResultSchema", () => {
...toolsEffectiveResult(),
notices: [
{
id: "unsupported-tool-schema:dofbot_move_angles",
id: "unsupported-tool-schema:fuzzplugin_move_angles",
severity: "warning",
message: "Unsupported schema.",
extra: true,