fix: clean up slack threading landings (#1360) (thanks @SocialNerd42069)
This commit is contained in:
@@ -113,7 +113,7 @@ describe("subscribeEmbeddedPiSession", () => {
|
||||
handler?.({ type: "message_end", message: assistantMessageWithNewline });
|
||||
handler?.({ type: "message_end", message: assistantMessageTrimmed });
|
||||
|
||||
expect(subscription.assistantTexts).toEqual(["Hello world\n"]);
|
||||
expect(subscription.assistantTexts).toEqual(["Hello world"]);
|
||||
});
|
||||
it("does not duplicate assistantTexts when message_end repeats with reasoning blocks", () => {
|
||||
let handler: SessionEventHandler | undefined;
|
||||
|
||||
Reference in New Issue
Block a user