Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / TextContent

Interface: TextContent

Defined in: packages/core/src/types/message.ts:25

Plain UTF-8 text part. The default for textual replies and tool I/O.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
causalityChain?readonlyreadonly string[]Optional opaque trace of the agent-runtime decisions that produced this content part. Bounded-length, no PII, no secret values. Round-tripped bytes-equal through Session.push / list / export / import. See @graphorin/sessions commentary-phase sanitization.packages/core/src/types/message.ts:34
textreadonlystring-packages/core/src/types/message.ts:27
typereadonly"text"-packages/core/src/types/message.ts:26