Class AgentRunStreamRequest
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AgentRunStreamRequest
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> |