foundry stuff

This commit is contained in:
Kai Tao
2025-10-11 09:42:32 +08:00
parent 9c76d8a667
commit 6fb3ee5e3a
21 changed files with 934 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace LanguageModelProvider.FoundryLocal;
internal sealed record FoundryCachedModel(string Name, string? Id);