Class GenerateAgentStepsResponse
Inheritance
GenerateAgentStepsResponse
Assembly: Seclai.dll
Syntax
public sealed class GenerateAgentStepsResponse
Properties
IntentAssessment
How the assistant interpreted the request: clear when steps were generated,
or an ask-path value (ambiguous_output, cannot_build) when it returned
no steps and put a clarifying question or blocker in note. Lets callers tell a
clarification pause apart from a hard failure.
Declaration
[JsonPropertyName("intent_assessment")]
public string? IntentAssessment { get; set; }
Property Value
Steps
Declaration
[JsonPropertyName("steps")]
public List<Dictionary<string, JsonElement>>? Steps { get; set; }
Property Value