From 7e4a5f8a6ec8b75d7c0abe8824c62ad4a0f0a1cd Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 21 Apr 2026 12:26:11 +0100 Subject: [PATCH] test: accept xhigh thinking remap in qa --- qa/scenarios/models/gpt54-thinking-visibility-switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/scenarios/models/gpt54-thinking-visibility-switch.md b/qa/scenarios/models/gpt54-thinking-visibility-switch.md index 9b560f6c606..243227853c2 100644 --- a/qa/scenarios/models/gpt54-thinking-visibility-switch.md +++ b/qa/scenarios/models/gpt54-thinking-visibility-switch.md @@ -153,7 +153,7 @@ steps: saveAs: maxAck args: - lambda: - expr: "state.getSnapshot().messages.filter((candidate) => candidate.direction === 'outbound' && candidate.conversation.id === config.conversationId && /Thinking level set to high/i.test(candidate.text)).at(-1)" + expr: "state.getSnapshot().messages.filter((candidate) => candidate.direction === 'outbound' && candidate.conversation.id === config.conversationId && /Thinking level set to (?:high|xhigh)/i.test(candidate.text)).at(-1)" - expr: liveTurnTimeoutMs(env, 20000) detailsExpr: "`max ack=${maxAck.text}`" - name: verifies max thinking emits visible reasoning