Skip to content

Interface: ChatReply

Defined in: packages/sdk/src/renderer/templates/chat-tools.ts:121

A skill-authored reply: text is shown verbatim and the turn ends, optionally with inline content beneath it. Created by reply.

Properties

PropertyModifierTypeDescriptionDefined in
textreadonlystringText shown to the user, exactly as written.packages/sdk/src/renderer/templates/chat-tools.ts:124
render?readonlyChatAugmentationRich content rendered beneath the text.packages/sdk/src/renderer/templates/chat-tools.ts:126

Matterway Assistant SDK Documentation