mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 02:40:20 +00:00 
			
		
		
		
	Spelling
This commit is contained in:
		
							parent
							
								
									bcb2c3c066
								
							
						
					
					
						commit
						b816b090fd
					
				@ -3,12 +3,12 @@ namespace AIStudio.Settings.DataModel;
 | 
				
			|||||||
public sealed class DataAgentDataSourceSelection
 | 
					public sealed class DataAgentDataSourceSelection
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Preselect any text content cleaner options?
 | 
					    /// Preselect any data source selection options?
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public bool PreselectAgentOptions { get; set; }
 | 
					    public bool PreselectAgentOptions { get; set; }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Preselect a text content cleaner provider?
 | 
					    /// Preselect a data source selection provider?
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public string PreselectedAgentProvider { get; set; } = string.Empty;
 | 
					    public string PreselectedAgentProvider { get; set; } = string.Empty;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user