Search Results for

    Show / Hide Table of Contents

    Class TestDraftEvaluationRequest

    Inheritance
    object
    TestDraftEvaluationRequest
    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 TestDraftEvaluationRequest

    Properties

    AgentInput

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

    AgentStepRunId

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

    EvaluationPrompt

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

    EvaluationTier

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

    ExpectationConfig

    Declaration
    [JsonPropertyName("expectation_config")]
    public Dictionary<string, JsonElement>? ExpectationConfig { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    PassThreshold

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

    StepOutput

    Declaration
    [JsonPropertyName("step_output")]
    public string? StepOutput { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX