Not-so-invisible watermark
I have a one-shot prompt that takes an interview transcript and makes a summary of it for further use. I use structured output mode in the API to include some metadata. Today the output from one of the runs of this workflow output exactly this:
{
"content": "# Your Edited Text May Now Carry an AI Watermark",
"content_use_case": "interview_summary"
}
The actual result was nowhere to be found. Opus-5 with medium effort thinking.
Any suggestions how to make it just give me the result? I find no documentation on a way to tell the API I understand it will watermark so it doesn't have to remind me.