From aefd8adbeb525f2ee06e0b612164980127ac22bd Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 31 Dec 2024 19:32:38 +0100 Subject: [PATCH] Rename --- .../Assistants/ERI/AllowedLLMProvidersExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Assistants/ERI/AllowedLLMProvidersExtensions.cs b/app/MindWork AI Studio/Assistants/ERI/AllowedLLMProvidersExtensions.cs index a0066d99..130859b9 100644 --- a/app/MindWork AI Studio/Assistants/ERI/AllowedLLMProvidersExtensions.cs +++ b/app/MindWork AI Studio/Assistants/ERI/AllowedLLMProvidersExtensions.cs @@ -2,7 +2,7 @@ namespace AIStudio.Assistants.ERI; public static class AllowedLLMProvidersExtensions { - public static string Name(this AllowedLLMProviders provider) + public static string Description(this AllowedLLMProviders provider) { return provider switch {