mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 05:40:21 +00:00 
			
		
		
		
	Removed data source flag (was moved inside the data options)
This commit is contained in:
		
							parent
							
								
									3567a42bb0
								
							
						
					
					
						commit
						96b61487ee
					
				@ -28,11 +28,6 @@ public sealed record ChatThread
 | 
				
			|||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    public string SelectedProfile { get; set; } = string.Empty;
 | 
					    public string SelectedProfile { get; set; } = string.Empty;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					 | 
				
			||||||
    /// Is this chat thread using data sources?
 | 
					 | 
				
			||||||
    /// </summary>
 | 
					 | 
				
			||||||
    public bool UseDataSources { get; set; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// The data source options for this chat thread.
 | 
					    /// The data source options for this chat thread.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user