Class AugmentationValidationResult
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Result of validating augmentations for a task.
public class AugmentationValidationResult
- Inheritance
-
AugmentationValidationResult
- Inherited Members
Properties
Errors
Gets or sets any errors that make the configuration invalid.
public IList<string> Errors { get; set; }
Property Value
IsValid
Gets or sets whether the augmentations are valid.
public bool IsValid { get; set; }
Property Value
SuggestedFixes
Gets or sets suggested fixes for any issues.
public IList<string> SuggestedFixes { get; set; }
Property Value
Warnings
Gets or sets any warnings about the augmentations.
public IList<string> Warnings { get; set; }