From 9d304b807ed37e0e2b8dc68452a1509fab64e8e2 Mon Sep 17 00:00:00 2001 From: Makazeu Date: Sat, 15 Mar 2025 22:50:31 +0800 Subject: [PATCH] Set preferNameDirectory to True --- .../src/ChatWithCustomData/.template.config/template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/.template.config/template.json b/src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/.template.config/template.json index c0b15d31c0a..a6b719ad592 100644 --- a/src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/.template.config/template.json +++ b/src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/.template.config/template.json @@ -11,6 +11,7 @@ // TODO: When we support multi-project output, this needs to change to ChatWithCustomData, then we need some other // technique to make it avoid emitting a .Web suffix in the single-project case. "sourceName": "ChatWithCustomData.Web-CSharp", + "preferNameDirectory": true, "tags": { "language": "C#", "type": "project"