Class PlaygroundCreateRequest
Inheritance
PlaygroundCreateRequest
Assembly: Seclai.dll
Syntax
public sealed class PlaygroundCreateRequest
Properties
EvaluationComplexity
Declaration
[JsonPropertyName("evaluation_complexity")]
public string? EvaluationComplexity { get; set; }
Property Value
EvaluationMode
Declaration
[JsonPropertyName("evaluation_mode")]
public string? EvaluationMode { get; set; }
Property Value
EvaluatorModelId
Declaration
[JsonPropertyName("evaluator_model_id")]
public string? EvaluatorModelId { get; set; }
Property Value
IncludeStepOutputInEvaluation
Declaration
[JsonPropertyName("include_step_output_in_evaluation")]
public bool? IncludeStepOutputInEvaluation { get; set; }
Property Value
JsonTemplate
Declaration
[JsonPropertyName("json_template")]
public string? JsonTemplate { get; set; }
Property Value
ModelIds
Declaration
[JsonPropertyName("model_ids")]
public List<string>? ModelIds { get; set; }
Property Value
Prompt
Declaration
[JsonPropertyName("prompt")]
public string? Prompt { get; set; }
Property Value
SelectedStepOutput
Declaration
[JsonPropertyName("selected_step_output")]
public string? SelectedStepOutput { get; set; }
Property Value
SystemPrompt
Declaration
[JsonPropertyName("system_prompt")]
public string? SystemPrompt { get; set; }
Property Value