Interface: SerializedContextBlock
Makaio Framework / ai-adapters-core / SerializedContextBlock
Interface: SerializedContextBlock
Section titled “Interface: SerializedContextBlock”Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:8
A single serialized context entry ready for adapter-specific formatting.
Properties
Section titled “Properties”content
Section titled “content”
readonlycontent:string
Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:12
Pre-formatted content (Markdown for skills/catalog, JSON for others)
readonlytag:string
Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:10
XML tag name, e.g. ‘skills’, ‘cwdChange’