Skip to content

Interface: ChatSuggestion

Defined in: packages/sdk/src/renderer/templates/chat.ts:47

A seeded suggestion chip — optionally carrying attachments.

Properties

PropertyTypeDescriptionDefined in
valuestringThe text inserted as the user turn when clicked.packages/sdk/src/renderer/templates/chat.ts:49
attachments?ChatAttachment[]Files to ride along on the seeded user message.packages/sdk/src/renderer/templates/chat.ts:51

Matterway Assistant SDK Documentation