Files
PowerToys/src/common/LanguageModelProvider/FoundryLocal/FoundryCachedModel.cs
2025-10-11 09:42:32 +08:00

8 lines
299 B
C#

// 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);