Skip to content

Commit c5b42aa

Browse files
committed
test: gate tool search QA flow mode
1 parent df8abb7 commit c5b42aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

qa/scenarios/runtime/tool-search-gateway-e2e.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scenario:
99
secondary:
1010
- plugins.plugin-tools
1111
- tools.invocation
12-
objective: Verify the Tool Search gateway E2E script keeps a large plugin-owned tool catalog behind the compact bridge while still invoking the selected plugin tool.
12+
objective: Verify the Tool Search gateway QA Lab flow keeps a large plugin-owned tool catalog behind the compact bridge while still invoking the selected plugin tool.
1313
successCriteria:
1414
- Direct mode exposes the fake plugin tool schemas and calls the selected plugin tool.
1515
- Tool Search code mode exposes only the compact bridge to the provider.
@@ -36,6 +36,9 @@ flow:
3636
steps:
3737
- name: stages fake plugin tool catalog
3838
actions:
39+
- assert:
40+
expr: "env.providerMode === config.requiredProviderMode"
41+
message: this seeded scenario is mock-openai only
3942
- call: qaImport
4043
saveAs: toolSearch
4144
args:

0 commit comments

Comments
 (0)