SemanticThreadGroupBy
April 22, 2025 ยท View on GitHub
Group by options for semantic threads
Example Usage
import { SemanticThreadGroupBy } from "@inkeep/inkeep-analytics/models/components";
let value: SemanticThreadGroupBy = {
field: "projectId",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
field | components.SemanticThreadField | :heavy_check_mark: | Available fields for SemanticThread |
path | string[] | :heavy_minus_sign: | N/A |
includeInSelect | boolean | :heavy_minus_sign: | N/A |