I raised this issue with the Summarizer API, but I'm seeing it in Rewriter too. In this simple demo,
https://codepen.io/cfjedimaster/pen/KwVoXZz?editors=1010, I let a person pick the tone/length and perform a rewrite action on the source text. Sometimes, not always, I get something like this:
"Okay, here's a more relaxed and expanded version of that famous Gettysburg Address. Let's break it down a bit, shall we?
Eighty-seven years back, our founders started something pretty amazing here – a brand new country on this land. It was built on the idea of freedom, and with a really important belief: that everyone is created equal. Pretty powerful stuff, right?
(more text...)"
Outside of the first paragraph, it's perfectly fine, but strictly speaking, when I ask the API to rewrite text, I don't want to it 'comment' about what it's doing. I literally just want rewritten text. To be fair, if this were a real tool, I'd expect the user to read, note it, remove it, etc, but it does seem like it's not adhering to the expected nature of what it should generate, right?