pub async fn apply_generators_to_sync_message(
    message: &SynchronousMessage,
    mode: &GeneratorTestMode,
    context: &HashMap<&str, Value>,
    plugin_data: &Vec<PluginData>,
    interaction_data: &HashMap<String, HashMap<String, Value>>
) -> (MessageContents, Vec<MessageContents>)
Expand description

Apply any generators to the synchronous message contents and then return a copy of the request and response contents