model_diagnostics_settings Module
Classes
| ModelDiagnosticSettings |
Settings for model diagnostics. The settings are first loaded from environment variables with the prefix '>>SEMANTICKERNEL_EXPERIMENTAL_GENAI_<<'. If the environment variables are not found, the settings can be loaded from a .env file with the encoding 'utf-8'. If the settings are not found in the .env file, the settings are ignored; however, validation will fail alerting that the settings are missing. Required settings for prefix '>>SEMANTICKERNEL_EXPERIMENTAL_GENAI_<<' are:
Note: This class is marked as 'experimental' and may change in the future. |