Class AgentTraceSearchRequest
Inheritance
AgentTraceSearchRequest
Assembly: Seclai.dll
Syntax
public sealed class AgentTraceSearchRequest
Properties
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
Query
Declaration
[JsonPropertyName("query")]
public string? Query { get; set; }
Property Value
RunStatus
Declaration
[JsonPropertyName("run_status")]
public string? RunStatus { get; set; }
Property Value
StepType
Declaration
[JsonPropertyName("step_type")]
public string? StepType { get; set; }
Property Value
TopN
Declaration
[JsonPropertyName("top_n")]
public int? TopN { get; set; }
Property Value