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