Table of Contents

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

IList<string>

IsValid

Gets or sets whether the augmentations are valid.

public bool IsValid { get; set; }

Property Value

bool

SuggestedFixes

Gets or sets suggested fixes for any issues.

public IList<string> SuggestedFixes { get; set; }

Property Value

IList<string>

Warnings

Gets or sets any warnings about the augmentations.

public IList<string> Warnings { get; set; }

Property Value

IList<string>