Search Results for

    Show / Hide Table of Contents

    Class PlaygroundCreateRequest

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

    Properties

    EvaluationComplexity

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

    EvaluationMode

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

    EvaluatorModelId

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

    IncludeStepOutputInEvaluation

    Declaration
    [JsonPropertyName("include_step_output_in_evaluation")]
    public bool? IncludeStepOutputInEvaluation { get; set; }
    Property Value
    Type Description
    bool?

    JsonTemplate

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

    ModelIds

    Declaration
    [JsonPropertyName("model_ids")]
    public List<string>? ModelIds { get; set; }
    Property Value
    Type Description
    List<string>

    Prompt

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

    SelectedStepOutput

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

    SystemPrompt

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