namespace AIStudio.Tools.ERIClient.DataModel;
///
/// Information about the data source.
///
/// The name of the data source, e.g., "Internal Organization Documents."
/// A short description of the data source. What kind of data does it contain?
/// What is the data source used for?
public readonly record struct DataSourceInfo(string Name, string Description);