namespace AIStudio.Tools;
///
/// One group of a source list: a heading and the sources below it.
///
/// The heading above the group.
/// The sources of the group, in the order they are shown.
public readonly record struct SourceGroup(string Heading, IReadOnlyList Sources);