KnowledgeChunk
type KnowledgeChunk = object;Properties
Section titled “Properties”id: string;optional meta?: Record<string, unknown>;text: string;tokens?
Section titled “tokens?”optional tokens?: number;Estimated token count for this chunk (set by token-aware chunkers).