namespace AIStudio.Tools.PluginSystem; public interface IAssistantComponent { AssistantUiCompontentType Type { get; } Dictionary Props { get; } List Children { get; } }