{% set llm_selector = { chatbotRoutes: { multiSelect: false, showSearch: false, routes: "../../assets/vf-chatbot/assets/vf-chatbot-selector-llms.json", title: "LLMs" } } %} {% set services_single_selector = { chatbotRoutes: { multiSelect: false, showSearch: true, showSearchThreshold: 5, routes: "../../assets/vf-chatbot/assets/vf-chatbot-selector-services.json", title: "Services" } } %} {% set services_multi_selector = { chatbotRoutes: { multiSelect: true, maxMultiSelect: 3, showSearch: true, showSearchThreshold: 5, showAllServices: true, showAllServicesSelected: true, routes: "../../assets/vf-chatbot/assets/vf-chatbot-selector-services.json", placeholder: "Select services", title: "Services" } } %} {# {% set selectorContext = llm_selector %} #} {# {% set selectorContext = services_single_selector %} #} {% set selectorContext = services_multi_selector %}
{% if selectorContext %} {% render "@vf-chatbot-selector", selectorContext %} {% else %}
AI Assistant
AI Assistant
{% endif %}
{% if welcome_message %} {% render "@vf-chatbot-welcome", { welcome_title: welcome_title, welcome_description: "Welcome! I'm here to help", welcome_message: 'Hello! How can I help you today?', maxQuestions: 3 } %} {% endif %}
{% if disclaimer %}

Disclaimer: This chatbot is designed to assist you with general information and basic inquiries. See our disclaimer notes.

{% endif %}
{% if footnote %}
Review AI generated content for accuracy. Leave feedback.
{% endif %}