IModelProviderConfigurationDiagnostics
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllDefines optional configuration diagnostics for a model provider.
public interface IModelProviderConfigurationDiagnosticsRemarks
Section titled “Remarks”This interface is not added to IModelProvider. Adding it would break consumer implementations of IModelProvider. If a provider does not implement this interface or returns null, its diagnostics report has no ConfigurationDiagnostic.
Methods
Section titled “Methods”GetConfigurationDiagnostic()
Section titled “ GetConfigurationDiagnostic()”Returns the resolution status of the configuration key required by this provider.
ConfigurationDiagnostic? GetConfigurationDiagnostic()Returns
Section titled “Returns”null when the provider was not configured with an options object.