Update code style, ChatService, VectorSearch, and .NET 9.0

Updated .editorconfig with new code style preferences.
Enhanced ChatService prompt string with a new directive.
Modified VectorSearchService using directives and tuple order.
Upgraded SqlDatabaseVectorSearch to target .NET 9.0 and updated packages.
This commit is contained in:
Marco Minerva
2024-11-21 17:51:35 +01:00
parent 3373fa42fe
commit aadab97133
4 changed files with 6 additions and 6 deletions
+1
View File
@@ -131,6 +131,7 @@ csharp_prefer_braces = true:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_namespace_declarations = file_scoped:suggestion
csharp_style_prefer_method_group_conversion = true:silent
csharp_prefer_system_threading_lock = true:suggestion
# Expression-level preferences
csharp_prefer_simple_default_expression = true:suggestion