Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Events
EventCompaction
Interface EventCompaction
Event compaction data structure containing the summarized content and the timestamp range it covers.
interface
EventCompaction
{
startTimestamp
:
number
;
endTimestamp
:
number
;
compactedContent
:
Content
;
}
Index
Properties
start
Timestamp
end
Timestamp
compacted
Content
Properties
start
Timestamp
start
Timestamp
:
number
end
Timestamp
end
Timestamp
:
number
compacted
Content
compacted
Content
:
Content
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
start
Timestamp
end
Timestamp
compacted
Content
@iqai/adk API Documentation
Loading...
Event compaction data structure containing the summarized content and the timestamp range it covers.