Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ragaeeb/kokokor/llms.txt
Use this file to discover all available pages before exploring further.
Function Signature
Parameters
The group of observations to merge (T extends Observation)
Text delimiter used when concatenating observations (default: ’ ‘)
Returns
A single observation with:
- Text concatenated with the specified delimiter
- Bounding box adjusted to encompass all observations
- All other properties preserved from the first observation
Description
Merges a group of observations into a single observation. This function performs the following operations:- Calculates a combined bounding box that encompasses all observations in the group
- Concatenates the text content of all observations with the specified delimiter between them
- Preserves all additional properties from the first observation in the group