Interface: MessageContent
Defined in: packages/agentos/src/channels/types.ts:139
Outbound message content — what the agent wants to send.
Properties
blocks
blocks:
MessageContentBlock[]
Defined in: packages/agentos/src/channels/types.ts:141
Content blocks to send. At minimum one 'text' block.
platformOptions?
optionalplatformOptions:Record<string,unknown>
Defined in: packages/agentos/src/channels/types.ts:145
Platform-specific send options.
replyToMessageId?
optionalreplyToMessageId:string
Defined in: packages/agentos/src/channels/types.ts:143
Reply to a specific message (platform threading).