fix: widen MOIM allowlist to suppress expected fix_conversation warnings (#9226)
Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -37,6 +37,8 @@ pub async fn inject_moim(
|
|||||||
&& !issue.contains("Merged consecutive assistant messages")
|
&& !issue.contains("Merged consecutive assistant messages")
|
||||||
&& !issue.contains("Added placeholder to empty tool result")
|
&& !issue.contains("Added placeholder to empty tool result")
|
||||||
&& !issue.contains("Trimmed trailing whitespace from assistant message")
|
&& !issue.contains("Trimmed trailing whitespace from assistant message")
|
||||||
|
&& !issue.contains("Removed trailing assistant message")
|
||||||
|
&& !issue.contains("Merged text content")
|
||||||
});
|
});
|
||||||
|
|
||||||
if has_unexpected_issues {
|
if has_unexpected_issues {
|
||||||
|
|||||||
Reference in New Issue
Block a user