# Helvia.ai Release 5.79.0

### 1. "Default Responses" tab renamed to "Default Flow"

We've updated the "Default Responses" tab to "Default Flow" to better reflect its versatile functionality within the helvia.ai platform. This change allows authors to utilize the Default Flow feature to streamline user interactions efficiently.

Previously used for handling missed queries, Default Flow now acts as a guide, directing users to specific processes or tasks. This ensures a seamless and effective user journey, enhancing engagement and efficiency.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FClWfxrKcaXESXszSvCIk%2Fimage.png?alt=media&#x26;token=fbae5082-2fdb-4dc6-8ef8-03f007fc02c1" alt="" width="563"><figcaption></figcaption></figure>

### 2. Improved Handling of Missing Translations in Nodes

Helvia.ai now ensures a smoother experience when content translations are incomplete. Previously, if a secondary language version of a node was missing, it might not display correctly. With this update, if content is absent in a secondary language, the node will automatically show the content from the primary language instead.

### 3. Enhanced XLSX Export Functionality

Effortlessly manage large dataset exports with our improved handling of Excel’s row limits. When exporting data to XLSX format, any dataset exceeding Excel's maximum of 1,048,575 rows will now seamlessly continue in a new sheet within the same file.

### 4. Enhanced Deployment Snippet Copying Experience

We have streamlined the deployment process with an improved Snippet Copying feature. Each snippet now features a convenient Copy icon button, similar to the one in our Rich Text Editor, making it easier to implement the code. Simply locate the snippet you need and click the Copy icon to quickly copy the code. Then, follow the provided instructions for inserting the code into the correct sections of your webpage for seamless chatbot deployment.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FVYyk6yH0atdWgeNSwsc2%2Fimage.png?alt=media&#x26;token=07e20f8a-4f33-4be2-9c06-b46b810efd42" alt="" width="563"><figcaption></figcaption></figure>

### 5. Enhanced Input Validation and Error Handling for Adaptive Cards

Improved input validation and error handling are now available for Adaptive Cards, specifically for Input Collection nodes with a "Date" question type. This ensures more accurate and reliable data collection by validating dates.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FLPAs4R1QJqjQDbdeGNcW%2Fimage.png?alt=media&#x26;token=cf035780-0978-45f4-b341-75efa7940e16" alt="" width="527"><figcaption></figcaption></figure>

### 6. Configurable "Show Typing Indicator" for LLM Nodes

We're introducing a new configuration option for LLM Nodes: the "Show Typing Indicator" checkbox. This enhancement allows you, as an author, to control the display of typing indicators in the runtime environment, enhancing user experience and engagement during interactions.

Enabling the typing indicator can make interactions feel more dynamic and responsive to end-users, providing visible feedback during AI processing times. Choose whether to display the typing indicator by simply checking or unchecking the box in the LLM Node configuration. This allows you to tailor the user experience according to specific application needs.

<figure><img src="https://1873349521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsBKCPTKnYrr0QVmp6Jo5%2Fuploads%2FpUX5XSMU2juEJPJ5Dj48%2Fimage.png?alt=media&#x26;token=100427dc-5ef3-4381-a07e-a273260627a3" alt="" width="527"><figcaption></figcaption></figure>

{% hint style="info" %}
Note: For all new LLM Nodes, the "Show Typing Indicator" option is set to checked (true) by default to ensure a responsive interaction out-of-the-box. Existing nodes are treated as having this option enabled by default, with no migration required, ensuring a seamless transition.
{% endhint %}

### Bug Fix: Consistent Color Display on Hover for CSAT Analytics

We've resolved an issue where the Customer Satisfaction (CSAT) score sections displayed inconsistent colors when hovered over. Previously, if a metric was negative and appeared red, it would change to a neutral yellow upon hovering. Now, the color remains consistent, ensuring clarity and accuracy in representing scores.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helvia.ai/resources/release-notes/2025/helvia.ai-release-5.79.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
