Search Results for

    Show / Hide Table of Contents

    Class AgentRunResponse

    Inheritance
    object
    AgentRunResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class AgentRunResponse

    Properties

    Attempts

    Declaration
    [JsonPropertyName("attempts")]
    public List<AgentRunAttemptResponse> Attempts { get; set; }
    Property Value
    Type Description
    List<AgentRunAttemptResponse>

    Credits

    Declaration
    [JsonPropertyName("credits")]
    public float? Credits { get; set; }
    Property Value
    Type Description
    float?

    ErrorCount

    Declaration
    [JsonPropertyName("error_count")]
    public int ErrorCount { get; set; }
    Property Value
    Type Description
    int

    Input

    Declaration
    [JsonPropertyName("input")]
    public string? Input { get; set; }
    Property Value
    Type Description
    string

    Output

    Declaration
    [JsonPropertyName("output")]
    public string? Output { get; set; }
    Property Value
    Type Description
    string

    Priority

    Declaration
    [JsonPropertyName("priority")]
    public bool Priority { get; set; }
    Property Value
    Type Description
    bool

    RunId

    Declaration
    [JsonPropertyName("run_id")]
    public string? RunId { get; set; }
    Property Value
    Type Description
    string

    Status

    Declaration
    [JsonPropertyName("status")]
    public string? Status { get; set; }
    Property Value
    Type Description
    string

    Steps

    Declaration
    [JsonPropertyName("steps")]
    public List<AgentRunStepResponse>? Steps { get; set; }
    Property Value
    Type Description
    List<AgentRunStepResponse>
    In this article
    Back to top Generated by DocFX