The LLM Hints in Widget action allows your assistant to generate intelligent hint suggestions using a custom LLM prompt. These hints are then displayed as clickable options inside the chat widget.Documentation Index
Fetch the complete documentation index at: https://docs.monobot.ai/llms.txt
Use this file to discover all available pages before exploring further.
โจ Powered by your own language model prompt. Ideal for dynamic and context-aware hint generation.
๐ What It Does
Instead of defining static hint options, this action asks the assistant to generate relevant choices using a custom prompt. The output can vary based on the conversation, user input, or session parameters.๐ Perfect for smart search suggestions, personalized onboarding, or adaptive FAQ prompts.
๐ผ๏ธ Action Interface

โ๏ธ Configuration Options
Custom Prompt (required)
Custom Prompt (required)
Type:
string
The custom instruction for the language model to follow when generating hints.Example: Suggest 3 common follow-up questions based on the userโs last message.๐งต Tips
- Use conversational context with
@parametersin the prompt. - Keep the prompt direct and focused on generating options (e.g., questions, intents, next actions).
- Useful when different users might need different help pathways.