NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::history::CompactedHistory Struct Reference

Result of compact_history. More...

#include <history.h>

Public Attributes

bool compacted = false
 true iff a summary was produced.
 
std::vector< ChatMessagerecent
 Leading system (if any) + summary-as-system + last N.
 
std::string summary
 LLM summary of the compacted span ("" if none).
 

Detailed Description

Result of compact_history.

Definition at line 65 of file history.h.


The documentation for this struct was generated from the following file: