Documentation / @agentick/shared / EphemeralPosition
Type Alias: EphemeralPosition ​
EphemeralPosition =
"start"|"end"|"before-user"|"after-system"|"flow"
Defined in: protocol.ts:89
Position for ephemeral content in the message stream.
- 'start': At the beginning of messages (after system)
- 'end': At the end of messages (before current user message)
- 'before-user': Immediately before the last user message
- 'after-system': Immediately after the system message
- 'flow': In the flow of the timeline (treated as historical context)