Key-value pairs appended to each user message as XML tags.
const userMessageContext = { 'slack-channel': '#marketing', 'user-role': 'editor',}// Renders in the user message as:// <slack-channel>#marketing</slack-channel>// <user-role>editor</user-role> Copy
const userMessageContext = { 'slack-channel': '#marketing', 'user-role': 'editor',}// Renders in the user message as:// <slack-channel>#marketing</slack-channel>// <user-role>editor</user-role>
Key-value pairs appended to each user message as XML tags.