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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
causalityChain? | readonly | readonly 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 |
text | readonly | string | - | packages/core/src/types/message.ts:27 |
type | readonly | "text" | - | packages/core/src/types/message.ts:26 |