Loading
refactor(models): streamline working group normalization logic
* Update MeetingCrawlConfig and TDocCrawlConfig to use normalize_working_group_list for consistency. * Refactor _normalize_working_groups method in MeetingQueryConfig and TDocQueryConfig. * Enhance convert_for_wiki return type to always return Path. * Simplify download_to_file method by removing unnecessary session handling.