Module Values.SessionSummaryConfigurationSource

Configuration for SESSION_SUMMARY memory type enabled for the agent.

Sourcetype nonrec t = {
  1. maxRecentSessions : MaxRecentSessions.t option;
    (*

    Maximum number of recent session summaries to include in the agent's prompt context.

    *)
}
Sourceval make : ?maxRecentSessions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxRecentSessions.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t