Search Results for

    Show / Hide Table of Contents

    Class AiConversationHistoryOptions

    Filters for the agent AI assistant conversation history.

    Inheritance
    object
    AiConversationHistoryOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX