`RenderConversationConfig` is not exported from `src/lib.rs` As a workaround it is usable via: ```rust // default for RenderConversationConfig has auto_drop_analysis: true encoding.render_conversation(conversation, Some(&Default::default()))? ```