//! Placeholder for WebChat message mapping helpers.
/// Temporary stand-in for the upcoming message mapper.
#[derive(Debug, Default, Clone)]
#[allow(dead_code)]
pub struct WebChatMapper;
impl WebChatMapper {
/// Creates a new placeholder instance.
#[allow(dead_code)]
pub fn new() -> Self {
Self
}
}