st.chat.message.append
Append a caller-provided message to a chat transcript. Use explicit confirmation to add content without generating new text.
Instructions
Append a caller-provided message to a chat transcript. Requires confirm: true; does not generate message content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| avatar | Yes | ||
| confirm | No | ||
| message | Yes | ||
| fileName | Yes | ||
| snapshotLabel | No |