Skip to content

Documentation / @agentick/client / MessageLogOptions

Interface: MessageLogOptions

Defined in: client/src/chat-types.ts:103

Properties

initialMessages?

optional initialMessages: ChatMessage[]

Defined in: client/src/chat-types.ts:106

Pre-loaded messages (e.g. from session history). Sets initial messageCount for dedup.


renderMode?

optional renderMode: RenderMode

Defined in: client/src/chat-types.ts:112

Progressive rendering mode. When omitted, messages appear at execution_end only.


sessionId?

optional sessionId: string

Defined in: client/src/chat-types.ts:104


subscribe?

optional subscribe: boolean

Defined in: client/src/chat-types.ts:110

When false, caller must call processEvent() manually. Default: true.


transform?

optional transform: MessageTransform

Defined in: client/src/chat-types.ts:108

Custom transform. Default: timelineToMessages.

Released under the ISC License.