Use of xml tags in crewAI to better enforce output

Has anyone has success using XML tags in CrewAI for agents or tasks? Curious what support there is for this in crewAI.

Yes it’s fine to use xml tags

Is there an example config that you could link to so I can dig into it? I’m getting the result direct from the local LLM but would like to convert that to crewAI to run repeatedly. I’ve searched the docs but only see an XMLSearch tool there.

I’ve tested it with a working example with Ollama and Llama 3.2 locally and the ouptut is high quality and in the exact format of the XML tags. Is there guidance or documentation on how to leverage this same XML tag usage in crewAI to enforce the output to the desired format and be able to get that as the output in the log or metadata file?