mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Removed unused parameter
This commit is contained in:
		
							parent
							
								
									d5fca26c72
								
							
						
					
					
						commit
						09676bce3d
					
				@ -96,8 +96,6 @@ public abstract partial class AssistantBase<TSettings> : ComponentBase, IMessage
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    protected virtual bool ShowReset => true;
 | 
					    protected virtual bool ShowReset => true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    protected virtual bool ShowAssistantSettings => true;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    protected virtual ChatThread ConvertToChatThread => this.chatThread ?? new();
 | 
					    protected virtual ChatThread ConvertToChatThread => this.chatThread ?? new();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    protected virtual IReadOnlyList<IButtonData> FooterButtons => [];
 | 
					    protected virtual IReadOnlyList<IButtonData> FooterButtons => [];
 | 
				
			||||||
@ -327,7 +325,6 @@ public abstract partial class AssistantBase<TSettings> : ComponentBase, IMessage
 | 
				
			|||||||
    protected async Task OpenSettingsDialog()
 | 
					    protected async Task OpenSettingsDialog()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        var dialogParameters = new DialogParameters();
 | 
					        var dialogParameters = new DialogParameters();
 | 
				
			||||||
        
 | 
					 | 
				
			||||||
        await this.DialogService.ShowAsync<TSettings>("Open Settings", dialogParameters, DialogOptions.FULLSCREEN);
 | 
					        await this.DialogService.ShowAsync<TSettings>("Open Settings", dialogParameters, DialogOptions.FULLSCREEN);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user