Skip to content

Interface: SerializedContextBlock

Makaio Framework


Makaio Framework / ai-adapters-core / SerializedContextBlock

Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:8

A single serialized context entry ready for adapter-specific formatting.

readonly content: string

Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:12

Pre-formatted content (Markdown for skills/catalog, JSON for others)


readonly tag: string

Defined in: ../../../adapters/core/src/utils/serializeTurnContext.ts:10

XML tag name, e.g. ‘skills’, ‘cwdChange’