Class AiConversationHistoryOptions
Filters for the agent AI assistant conversation history.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AiConversationHistoryOptions
Properties
Limit
Max turns to return (1-50, default 10).
Declaration
public int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Offset
Number of recent turns to skip.
Declaration
public int? Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StepId
Filter to a single step.
Declaration
public string? StepId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StepType
Step type to look up. Required by the API.
Declaration
public string? StepType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |