Class CodeFixSuggestion
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
public sealed class CodeFixSuggestion
- Inheritance
-
CodeFixSuggestion
- Inherited Members
-
Properties
Diff
public CodeTransformDiff? Diff { get; set; }
Property Value
- CodeTransformDiff
FixGuidance
public string? FixGuidance { get; set; }
Property Value
- string
Rationale
public string? Rationale { get; set; }
Property Value
- string
Summary
public string Summary { get; set; }
Property Value
- string
TestGuidance
public string? TestGuidance { get; set; }
Property Value
- string