Skip to content

Interface: ChatSuggestion

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

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:76
attachments?ChatAttachment[]Files to ride along on the seeded user message.packages/sdk/src/renderer/templates/chat.ts:78

Matterway Assistant SDK Documentation