Class AgentRunResponse
Inheritance
AgentRunResponse
Assembly: Seclai.dll
Syntax
public sealed class AgentRunResponse
Properties
Attempts
Declaration
[JsonPropertyName("attempts")]
public List<AgentRunAttemptResponse> Attempts { get; set; }
Property Value
Credits
Declaration
[JsonPropertyName("credits")]
public float? Credits { get; set; }
Property Value
ErrorCount
Declaration
[JsonPropertyName("error_count")]
public int ErrorCount { get; set; }
Property Value
Declaration
[JsonPropertyName("input")]
public string? Input { get; set; }
Property Value
Output
Declaration
[JsonPropertyName("output")]
public string? Output { get; set; }
Property Value
Priority
Declaration
[JsonPropertyName("priority")]
public bool Priority { get; set; }
Property Value
RunId
Declaration
[JsonPropertyName("run_id")]
public string? RunId { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
Steps
Declaration
[JsonPropertyName("steps")]
public List<AgentRunStepResponse>? Steps { get; set; }
Property Value