


















@@ -27,11 +27,9 @@ execution:
2727kind: flow
2828summary: Verify a restart-triggering config change flips capability inventory and the same session successfully uses the newly restored tool after wake-up.
2929config:
30-setupPrompt: "Capability flip setup: acknowledge this setup so restart wake-up has a route."
3130imagePrompt: "Capability flip image check: generate a QA lighthouse image in this turn right now. Do not acknowledge first, do not promise future work, and do not stop before using image_generate. Final reply must include the MEDIA path."
3231imagePromptSnippet: "Capability flip image check"
3332deniedTool: image_generate
34-setupTurnTimeoutMs: 120000
3533imageTurnTimeoutMs: 120000
3634mediaPathTimeoutMs: 30000
3735```
@@ -69,9 +67,6 @@ steps:
6967 - ref: env
7068 - Capability flip
7169 - ref: sessionKey
72- - set: setupStartIndex
73-value:
74-expr: state.getSnapshot().messages.length
7570 - try:
7671actions:
7772 - call: patchConfig
@@ -89,24 +84,6 @@ steps:
8984args:
9085 - ref: env
9186 - 60000
92- - call: runAgentPrompt
93-args:
94- - ref: env
95- - sessionKey:
96-ref: sessionKey
97-message:
98-expr: config.setupPrompt
99-timeoutMs:
100-expr: liveTurnTimeoutMs(env, config.setupTurnTimeoutMs)
101- - call: waitForOutboundMessage
102-args:
103- - ref: state
104- - lambda:
105-params: [candidate]
106-expr: "candidate.conversation.id === 'qa-operator' && String(candidate.text ?? '').includes('Protocol note')"
107- - expr: liveTurnTimeoutMs(env, config.setupTurnTimeoutMs)
108- - sinceIndex:
109-ref: setupStartIndex
11087 - call: readEffectiveTools
11188saveAs: beforeTools
11289args:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。