Appearance
Interface: ChatSuggestion
Defined in: packages/sdk/src/renderer/templates/chat.ts:47
A seeded suggestion chip — optionally carrying attachments.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
value | string | The 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 |