mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:14:31 +00:00
refactor(text): share code-region parsing for reasoning tags
This commit is contained in:
@@ -22,4 +22,8 @@ describe("splitTelegramReasoningText", () => {
|
||||
answerText: text,
|
||||
});
|
||||
});
|
||||
|
||||
it("does not emit partial reasoning tag prefixes", () => {
|
||||
expect(splitTelegramReasoningText(" <thi")).toEqual({});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user