namespace AIStudio.Assistants.VisualBriefing;
///
/// Overrides visual briefing storage for focused tests and isolated hosts.
///
public sealed class VisualBriefingStorageOptions
{
///
/// Gets or initializes the directory in which the visualBriefings folder is created.
///
public string? DataDirectory { get; init; }
}