Skip to content

Type Alias: ReplyContent

ts
type ReplyContent = 
  | ChildBlock
  | ReplyFragment;

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

Content accepted by reply / ui: either a renderer block (e.g. Card({…})) or a ReplyFragment from a content builder.

Matterway Assistant SDK Documentation