Class GenerateStepConfigRequest
Inheritance
GenerateStepConfigRequest
Assembly: Seclai.dll
Syntax
public sealed class GenerateStepConfigRequest
Properties
AgentSteps
Declaration
[JsonPropertyName("agent_steps")]
public List<Dictionary<string, JsonElement>>? AgentSteps { get; set; }
Property Value
CurrentConfig
Declaration
[JsonPropertyName("current_config")]
public Dictionary<string, JsonElement>? CurrentConfig { get; set; }
Property Value
StepId
Declaration
[JsonPropertyName("step_id")]
public string? StepId { get; set; }
Property Value
StepType
Declaration
[JsonPropertyName("step_type")]
public string? StepType { get; set; }
Property Value
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value