Appearance
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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
text | readonly | string | Text shown to the user, exactly as written. | packages/sdk/src/renderer/templates/chat-tools.ts:124 |
render? | readonly | ChatAugmentation | Rich content rendered beneath the text. | packages/sdk/src/renderer/templates/chat-tools.ts:126 |