



























@@ -333,6 +333,7 @@ describe("telegram live qa runtime", () => {
333333"telegram-context-command",
334334"telegram-current-session-status-tool",
335335"telegram-mentioned-message-reply",
336+"telegram-stream-final-single-message",
336337"telegram-long-final-reuses-preview",
337338"telegram-long-final-three-chunks",
338339"telegram-mention-gating",
@@ -345,6 +346,7 @@ describe("telegram live qa runtime", () => {
345346"telegram-context-command",
346347"telegram-current-session-status-tool",
347348"telegram-mentioned-message-reply",
349+"telegram-stream-final-single-message",
348350"telegram-long-final-reuses-preview",
349351"telegram-long-final-three-chunks",
350352"telegram-mention-gating",
@@ -359,6 +361,15 @@ describe("telegram live qa runtime", () => {
359361.find((scenario) => scenario.id === "telegram-mentioned-message-reply")
360362?.buildRun("sut_bot").replyToLatestSutMessage,
361363).toBe(true);
364+expect(
365+scenarios
366+.find((scenario) => scenario.id === "telegram-stream-final-single-message")
367+?.buildRun("sut_bot"),
368+).toMatchObject({
369+expectedJoinedSutTextIncludes: ["QA-TELEGRAM-STREAM-SINGLE-OK"],
370+expectedSutMessageCount: 1,
371+replyToLatestSutMessage: true,
372+});
362373expect(
363374scenarios
364375.find((scenario) => scenario.id === "telegram-long-final-reuses-preview")
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。