23 lines
408 B
Markdown
23 lines
408 B
Markdown
# Telegram Reply Decorator
|
|
|
|
## Responsibility
|
|
|
|
Append inline keyboard controls to every assistant reply sent to Telegram.
|
|
|
|
## Required controls
|
|
|
|
- `A. 繼續`
|
|
- `B. 就這樣吧,不需要額外處理`
|
|
|
|
## Output shape
|
|
|
|
The Telegram outbound payload should include:
|
|
|
|
- normal reply text
|
|
- inline keyboard markup
|
|
|
|
## V1 behavior
|
|
|
|
- every assistant reply gets the two buttons
|
|
- no conditional rendering in V1
|