(options = {})
| 1325 | } |
| 1326 | |
| 1327 | function summarizeUiCheck(options = {}) { |
| 1328 | const parts = ["fast query"]; |
| 1329 | if (options.expectFixture) { |
| 1330 | parts.push("fixture ids present"); |
| 1331 | } |
| 1332 | if (options.expectText) { |
| 1333 | parts.push(`text "${options.expectText}" present`); |
| 1334 | } |
| 1335 | return parts.join(", "); |
| 1336 | } |
| 1337 | |
| 1338 | async function resolveKnownSystemPrompts(snapshot, label) { |
| 1339 | if ( |