namespace AIStudio.Tools.PluginSystem.Assistants; /// The tools preselected for the chat, or null when the launcher names none. public sealed record AssistantChatLaunchConfiguration(string WorkspaceName, Guid? ProviderId, Guid? ProfileId, Guid? ChatTemplateId, IReadOnlyList? DataSourceIds, IReadOnlyList? ToolIds);