Class AgentRunRequest
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AgentRunRequest
Properties
Input
Declaration
[JsonPropertyName("input")]
public string? Input { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Declaration
[JsonPropertyName("metadata")]
public Dictionary<string, JsonElement>? Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |
Priority
Declaration
[JsonPropertyName("priority")]
public bool? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |