Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

MemoryTurnMessage

One assistant-turn message in the canonical `{role, content}` shape

MemoryTurnMessage

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

One assistant-turn message in the canonical {role, content} shape an adapter may receive instead of a flat string when writing a turn.

Signature

interface MemoryTurnMessage { /* ... */ }

Kind

interface

Source

packages/sdk/src/types/memory-adapter.ts:104

On this page