end_session
End Zulip bot sessions by posting farewell messages and writing clean exit markers to signal intentional termination.
Instructions
End the current session gracefully. Writes a clean exit marker so the listener knows this was intentional.
Posts a farewell message with session duration appended. Pass an empty string to end silently without posting anything.
Args: message: Farewell message to post before ending. Defaults to ":wave: Signing off". Pass "" for a silent exit.
Returns: Confirmation that the session has ended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | :wave: Signing off |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |