semantic-kernel
semantic-kernel copied to clipboard
Python: Support XML tags in Chat Prompts
We need to add support for XML tags used inside of Message tags in prompts. See ADR.
### Tasks
- [ ] Add parameters
- [ ] Check CMC from_element for unknown tags
- [ ] add encoding content and function results
Relates to #5699