namespace AIStudio.Assistants.Dynamic; public sealed class FileContentState { public string Content { get; set; } = string.Empty; }