Interface: MergeResult
Makaio Framework / ai-adapters-core / MergeResult
Interface: MergeResult
Section titled “Interface: MergeResult”Defined in: ../../../adapters/core/src/session/process-queue.ts:26
Result of processing an immediate message merge.
Returned by the extractMergeContent callback so that adapters
can collect adapter-specific content (e.g., Gemini collects non-text parts).
The mergedContent array is always present; extra is an opaque bag
for adapter-specific data that flows through to startNewTurn.
Properties
Section titled “Properties”extra?
Section titled “extra?”
optionalextra?:unknown
Defined in: ../../../adapters/core/src/session/process-queue.ts:30
Adapter-specific merge data (e.g., non-text parts for Gemini)
mergedContent
Section titled “mergedContent”mergedContent:
string[]
Defined in: ../../../adapters/core/src/session/process-queue.ts:28
Text content collected from superseded/merged messages