get_functional_scan_prompt
Retrieves functional test briefs and objectives for unverified tests, reports missing or untested objectives, and instructs to implement tests with assertions for CI verification.
Instructions
Get the agent brief for functional conformance. Generation specifies the functional tests, so this returns, for each test not yet verified, its implementation brief and the objectives it proves. Complete each instruction by implementing the described test and submitting TEST_EXISTS + TEST_PASSES assertions with submit_functional_tests so CI verifies it. Also reports objectives_without_tests (regenerate or add a test) and missing_objectives (applicable conditions with no objective yet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||