>>107025903
Well, in this case I don't tell the LLM because I want it to be fully focused on the task and not on linguistic details, and also because it's a dumb as bricks 27B model I'm trying to finetune to be usable at agentic coding, so it wouldn't follow the instructions anyway.
The LLM I'm using to clean up the logs is GLM 4.6 through the API.
I'm giving it examples of what replacements to make.
"You're absolutely right", "You are absolutely correct" -> "Ok", "Sure", "Yeah, you're right", "That's right", "That looks ok", "That seems correct", "That looks right", "That looks correct", etc.
"I apologize for the error." -> "Looks like a made a mistake while doing X because of Y.", "Hmm, the tool call didn't work because of Y.", "Huh, looks like it didn't work.", etc.
"You are right to point that out." -> "Good idea.", "That's a good idea.", "Yeah, I'll do that.", "Thanks for the information", etc.