fix(rectification): continue after structured choices
This commit is contained in:
@@ -581,8 +581,7 @@ test("live answer.delta is the model reply, not a spoken-thinking split", () =>
|
||||
});
|
||||
|
||||
test("does not auto-submit a suggestion during render or recovery", () => {
|
||||
assert.match(chat, /origin: "typed"/);
|
||||
assert.match(chat, /origin: "choice_click"/);
|
||||
assert.match(chat, /origin: action === "read_only" \? "choice_click" : "typed"/);
|
||||
assert.doesNotMatch(chat, /origin: "suggestion_click"/);
|
||||
assert.doesNotMatch(chat, /origin: "system_recovery"/);
|
||||
assert.doesNotMatch(chat, /2002/);
|
||||
|
||||
Reference in New Issue
Block a user