@@ -397,7 +397,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
397397 id : "telegram-reply-chain-exact-marker" ,
398398 title : "Telegram reply-chain exact marker" ,
399399 defaultProviderModes : [ "mock-openai" ] ,
400- rationale : "Mock-backed reply-chain check proves quoted bot-to-bot follow-ups keep threading ." ,
400+ rationale : "Mock-backed exact-marker check proves Telegram final text survives reply handling ." ,
401401 timeoutMs : 75_000 ,
402402 buildRun : ( sutUsername ) =>
403403 telegramQaStepRun ( {
@@ -406,7 +406,6 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
406406 expectedTextIncludes : [ "QA-TELEGRAM-REPLY-CHAIN-OK" ] ,
407407 expectedJoinedSutTextIncludes : [ "QA-TELEGRAM-REPLY-CHAIN-OK" ] ,
408408 expectedSutMessageCount : 1 ,
409- replyToLatestSutMessage : true ,
410409 settleMs : 4_000 ,
411410 } ) ,
412411 } ,
@@ -425,7 +424,6 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
425424 expectedTextIncludes : [ "QA-TELEGRAM-STREAM-SINGLE-OK" ] ,
426425 expectedJoinedSutTextIncludes : [ "QA-TELEGRAM-STREAM-SINGLE-OK" ] ,
427426 expectedSutMessageCount : 1 ,
428- replyToLatestSutMessage : true ,
429427 settleMs : 4_000 ,
430428 } ) ,
431429 } ,
0 commit comments