mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:00:21 +00:00 
			
		
		
		
	Spelling
This commit is contained in:
		
							parent
							
								
									c7ffbdb2b7
								
							
						
					
					
						commit
						cb4fc33bdb
					
				@ -7,7 +7,7 @@ public static class CommonLanguagePrompts
 | 
				
			|||||||
    public static string Prompt(this CommonLanguages language, string customLanguage) => language switch
 | 
					    public static string Prompt(this CommonLanguages language, string customLanguage) => language switch
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        CommonLanguages.AS_IS => "Do not change the language of the text.",
 | 
					        CommonLanguages.AS_IS => "Do not change the language of the text.",
 | 
				
			||||||
        CommonLanguages.OTHER => $"Output you summary in {customLanguage}.",
 | 
					        CommonLanguages.OTHER => $"Output your summary in {customLanguage}.",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        _ => $"Output your summary in {language.Name()} ({language}).",
 | 
					        _ => $"Output your summary in {language.Name()} ({language}).",
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user