reply
Post a final reply to a chat with a tag, using the chat_id from a routed prompt. Send your reply text to conclude the conversation.
Instructions
Post a tagged final reply to a chat. Use this whenever you finish replying to a routed prompt — pass back the chat_id you received from await_routed_prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Your reply text | |
| chat_id | Yes | The chat id of the prompt you are replying to |