get_pending_prompts
Retrieve pending prompts from Telegram to access queued user instructions. Call at session start or when the user asks to check for new commands.
Instructions
Check for pending prompts from the Telegram user. Call this when the user asks you to check telegram or at the start of a session. Returns any queued prompts that the user sent via the Telegram bot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_after_read | No | Whether to clear prompts after reading (default: true) |