Skip to main content

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.

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.
โœจ 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

LLM Generate Hints UI

โš™๏ธ Configuration Options

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 @parameters in 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.
Want help designing prompt templates for this? I can assist!