stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace StellaOps.Configuration;
|
||||
|
||||
public sealed class AuthorityTenantAdvisoryAiOptions
|
||||
{
|
||||
public AdvisoryAiTenantRemoteInferenceOptions RemoteInference { get; } = new();
|
||||
|
||||
internal void Normalize(AuthorityAdvisoryAiOptions? _) => RemoteInference.Normalize();
|
||||
|
||||
internal void Validate(AuthorityAdvisoryAiOptions? globalOptions) => RemoteInference.Validate(globalOptions);
|
||||
}
|
||||
Reference in New Issue
Block a user