mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Added data structure for enabled plugins
This commit is contained in:
		
							parent
							
								
									c375f11441
								
							
						
					
					
						commit
						08bfafa73d
					
				@ -36,6 +36,11 @@ public sealed class Data
 | 
				
			|||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public List<Profile> Profiles { get; init; } = [];
 | 
					    public List<Profile> Profiles { get; init; } = [];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /// <summary>
 | 
				
			||||||
 | 
					    /// List of enabled plugins.
 | 
				
			||||||
 | 
					    /// </summary>
 | 
				
			||||||
 | 
					    public List<Guid> EnabledPlugins { get; set; } = [];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// The next provider number to use.
 | 
					    /// The next provider number to use.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user