Added capabilities API to the no provider

This commit is contained in:
Thorsten Sommer 2025-05-11 12:50:26 +02:00
parent 1642b9bff5
commit df6757f396
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -31,5 +31,7 @@ public class NoProvider : IProvider
yield break;
}
public IReadOnlyCollection<Capability> GetModelCapabilities(Model model) => [ Capability.NONE ];
#endregion
}