mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 09:00:20 +00:00 
			
		
		
		
	Spelling
This commit is contained in:
		
							parent
							
								
									bc49273a86
								
							
						
					
					
						commit
						81790b99de
					
				@ -412,7 +412,7 @@ public partial class AssistantERI : AssistantBaseCore
 | 
				
			|||||||
            { x => x.IsEditing, false },
 | 
					            { x => x.IsEditing, false },
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        var dialogReference = await this.DialogService.ShowAsync<EmbeddingMethodDialog>("Add Embedding", dialogParameters, DialogOptions.FULLSCREEN);
 | 
					        var dialogReference = await this.DialogService.ShowAsync<EmbeddingMethodDialog>("Add Embedding Method", dialogParameters, DialogOptions.FULLSCREEN);
 | 
				
			||||||
        var dialogResult = await dialogReference.Result;
 | 
					        var dialogResult = await dialogReference.Result;
 | 
				
			||||||
        if (dialogResult is null || dialogResult.Canceled)
 | 
					        if (dialogResult is null || dialogResult.Canceled)
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
@ -434,7 +434,7 @@ public partial class AssistantERI : AssistantBaseCore
 | 
				
			|||||||
            { x => x.IsEditing, true },
 | 
					            { x => x.IsEditing, true },
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        var dialogReference = await this.DialogService.ShowAsync<EmbeddingMethodDialog>("Edit Embedding", dialogParameters, DialogOptions.FULLSCREEN);
 | 
					        var dialogReference = await this.DialogService.ShowAsync<EmbeddingMethodDialog>("Edit Embedding Method", dialogParameters, DialogOptions.FULLSCREEN);
 | 
				
			||||||
        var dialogResult = await dialogReference.Result;
 | 
					        var dialogResult = await dialogReference.Result;
 | 
				
			||||||
        if (dialogResult is null || dialogResult.Canceled)
 | 
					        if (dialogResult is null || dialogResult.Canceled)
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user