Comment Re:What I find amusing is... (Score 2) 38
The LLM wasn't told to watch for these messages, it's done in regex as part of the react-UI prompt processing. Keeping it out of the LLM, allows the context buffer/system prompt to be using for other things (reduce cost and more important things in context).