part of '../compose_bar.dart'; Set _agentMentionLabels({ required Iterable candidates, }) { return { for (final candidate in candidates) if (candidate.isAgent) candidate.label, }; }