Class ProgramEvaluateIoTestResult
- Namespace
- AiDotNet.ProgramSynthesis.Execution
- Assembly
- AiDotNet.dll
public sealed class ProgramEvaluateIoTestResult
- Inheritance
-
ProgramEvaluateIoTestResult
- Inherited Members
Properties
Execution
public ProgramExecuteResponse Execution { get; init; }
Property Value
FailureReason
public string? FailureReason { get; init; }
Property Value
Passed
public bool Passed { get; init; }
Property Value
TestCase
public ProgramInputOutputExample TestCase { get; init; }