Class CreateEvaluationResultRequest
Inheritance
CreateEvaluationResultRequest
Assembly: Seclai.dll
Syntax
public sealed class CreateEvaluationResultRequest
Properties
AgentRunId
Declaration
[JsonPropertyName("agent_run_id")]
public string? AgentRunId { get; set; }
Property Value
AgentStepRunId
Declaration
[JsonPropertyName("agent_step_run_id")]
public string? AgentStepRunId { get; set; }
Property Value
Details
Declaration
[JsonPropertyName("details")]
public Dictionary<string, JsonElement>? Details { get; set; }
Property Value
Flagged
Declaration
[JsonPropertyName("flagged")]
public bool? Flagged { get; set; }
Property Value
RetryCount
Declaration
[JsonPropertyName("retry_count")]
public int? RetryCount { get; set; }
Property Value
RetryTriggered
Declaration
[JsonPropertyName("retry_triggered")]
public bool? RetryTriggered { get; set; }
Property Value
Score
Declaration
[JsonPropertyName("score")]
public float? Score { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value