Skip to content

Commit 0ed32af

Browse files
authored
Fix Foundry Local exported project AppName validation error (#595)
1 parent dc56b92 commit 0ed32af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AIDevGallery/Samples/SharedCode/IChatClient/FoundryLocalChatClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internal static class FoundryLocalChatClientFactory
2727
{
2828
var config = new Configuration
2929
{
30-
AppName = "AIDevGallery.FoundryLocalExportedSample"
30+
AppName = "AIDevGallery-FoundryLocalExportedSample"
3131
};
3232

3333
try

0 commit comments

Comments
 (0)