Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The article explains how to configure the **AI Report Generator** in the Web Rep

For information on the AI Report Generator usage refer to the article [AI Report Generator](slug:wrd-genai-graph-gauge-design).

> note AI Report Generator for `Graph` and `Gauge` items is available starting with the `2026 Q2 (20.1.26.611)` Telerik Reporting release.
> note AI Report Generator for `Graph` and `Gauge` items is available starting with the `2026 Q2 (20.1.26.612)` Telerik Reporting release.

## How It Works: Tools, Schema, and Validation

Expand Down
6 changes: 3 additions & 3 deletions docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ liquid-output-delimiter-left: "{{"
liquid-output-delimiter-right: "}}"
liquid:
suiteversion: "2026 Q2"
buildversion: "20.1.26.611"
reportserverversion: "12.1.26.611"
spaviewerversion: "29.26.611"
buildversion: "20.1.26.612"
reportserverversion: "12.1.26.612"
spaviewerversion: "29.26.612"
nodeversion: "16.0.0"
angularsubsetversion: "21.1.0"
kendosubsetversion: "2025.4.1111"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: 2026 Q2 (20.1.26.611)
page_title: 2026 Q2 20.1.26.611 Release Overview
description: "See the changes introduced with Telerik Reporting 2026 Q2 (20.1.26.611) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
slug: telerikreporting/upgrade/2026/2026-q2-20-1-26-611
title: 2026 Q2 (20.1.26.612)
page_title: 2026 Q2 20.1.26.612 Release Overview
description: "See the changes introduced with Telerik Reporting 2026 Q2 (20.1.26.612) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
slug: telerikreporting/upgrade/2026/2026-q2-20-1-26-612
tags: Q2,2026
published: True
shonly: True
position: 5
---

# 2026 Q2 (20.1.26.611) Changes and Dependencies
# 2026 Q2 (20.1.26.612) Changes and Dependencies

This article explains the manual changes required when upgrading to Telerik Reporting 2026 Q2 (20.1.26.611).
This article explains the manual changes required when upgrading to Telerik Reporting 2026 Q2 (20.1.26.612).

## Dependencies

Expand Down
4 changes: 2 additions & 2 deletions wrd-user-guide/wrd-genai-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reportingArea: WRDHTML5, WRDBlazorWrapper

The Web Report Designer includes an **AI Report Generator** experience that lets you create and edit [Graph](slug:telerikreporting/designing-reports/report-structure/graph/overview) and [Gauge](slug:telerikreporting/designing-reports/report-structure/gauge/overview) items from natural-language prompts. AI Report Generator combines an agentic workflow, on-the-fly JSON Schemas, and validation against the Telerik Reporting item model so the generated item is data-bound, valid, and ready to apply to the report.

> note AI Report Generator for `Graph` and `Gauge` items is available starting with the `2026 Q2 (20.1.26.611)` Telerik Reporting release.
> note AI Report Generator for `Graph` and `Gauge` items is available starting with the `2026 Q2 (20.1.26.612)` Telerik Reporting release.

## Overview

Expand Down Expand Up @@ -105,7 +105,7 @@ When a request is unrelated to Telerik Reporting or falls outside the `Graph` an

## Speech-to-Text Support

> note Speech-to-Text support in AI Report Generator is available starting with the `2026 Q2 (20.1.26.611)` Telerik Reporting release.
> note Speech-to-Text support in AI Report Generator is available starting with the `2026 Q2 (20.1.26.612)` Telerik Reporting release.

The AI Report Generator includes voice input for the AI Assist prompt. A **Microphone** icon appears next to the prompt text box. You can click the icon to start or stop listening. The transcribed text appears in the prompt text box, where you can edit it before submitting.

Expand Down