> ## Documentation Index
> Fetch the complete documentation index at: https://polyai-mintlify-7055a538.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 09.2025

> September 2025 release notes.

The **September 2025** PolyAI Agent Studio release focuses on the addition of new Webchat configuration options and individual Test Cases
to complement the previously introduced Test Sets.

Expand the items for details:

<AccordionGroup>
  <Accordion title="Webchat configuration" icon="comments" id="webchat-config">
    Configure, preview, and test non-voice Webchat deployments directly in Studio.

    <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/webchat.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=7db11553989bde6e35324cf0e07f0aa2" alt="webchat-config" width="3000" height="1622" data-path="images/release-notes/2509/webchat.png" />

    **What's new:**

    * There is a new **Webchat** configuration section in the Agent Studio **Settings** tab.
    * You can customize the appearance of the chat widget quickly using the live preview.
    * You can test the widget quickly in-browser with **Preview Demo** or in any site using the embed script tag:

          <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/script-tag.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=55d77989de1a8206b3dd329760a655bf" alt="one-webchat-click" width="1160" height="546" data-path="images/release-notes/2509/script-tag.png" />
  </Accordion>

  <Accordion title="Test cases" icon="vial" id="test-cases">
    The Test Suite now supports individual **Test Cases**.

    <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/test-case.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=54075c4c6dd4065d325a7fe19e491ced" alt="test-cases" width="3002" height="1614" data-path="images/release-notes/2509/test-case.png" />

    **What's new:**

    * You can use a conversation to create a **Test Case** against a single scenario.
    * These are run directly from the **Test Cases tab**, after selecting the agent version (Draft/Sandbox) to test against.
    * Outcomes and last-run timestamps are tracked automatically.
    * Organize cases into **Test Sets** to rerun whole groups at once and view aggregated results with charts.
    * Cases can belong to **multiple sets**, so you can target them by feature or however else is required.
  </Accordion>

  <Accordion title="Home page updates" icon="house" id="home-page-v2">
    The Agent Studio home page now surfaces more trend data and a clearer quality summary.

    <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/new-homepage.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=c85161687a8909251f83bdea28872f7c" alt="home-v2" width="2510" height="1450" data-path="images/release-notes/2509/new-homepage.png" />

    **What's new:**

    * **Average PolyScore** added to Quick Insights
    * New charts for **Containment rate** and **PolyScore** over time
    * Consistent "**PolyScore**" naming across tables, filters, and details
  </Accordion>

  <Accordion title="Smart Analyst: reasoning logic and chat history" icon="comments-question" id="smart-analyst-history">
    Smart Analyst now supports structured responses using reasoning logic. A persistent chat history has also been added.

    <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/smart-analyst-reasoning.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=55b3d0cea13c43a287b174e03b4a16b2" alt="smart-analyst-reasoning" width="2510" height="1280" data-path="images/release-notes/2509/smart-analyst-reasoning.png" />

    **What's new:**

    * **Structured responses**: answers now include reasoning logic along with the final answer, as well as more clearly labeled sources and steps.

          <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/smart-analyst-history.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=3f6ae36012907728d017aca99db3d99a" alt="smart-analyst-history" width="2502" height="546" data-path="images/release-notes/2509/smart-analyst-history.png" />

    * **Chat history**: resume previous analyses; conversations stored with redacted transcript data

    * **Auto titles** with the ability to rename and delete old analyses from the history list.
  </Accordion>

  <Accordion title="Numbers tab" icon="phone" id="phone-numbers-variants">
    You can now buy and assign phone numbers from the new **Numbers** tab in the Agent Studio UI, and you can optionally link these to individual multi-site **variants**.

    <img src="https://mintcdn.com/polyai-mintlify-7055a538/quW58klHlCk0BjFK/images/release-notes/2509/numbers-tab.png?fit=max&auto=format&n=quW58klHlCk0BjFK&q=85&s=64704c4ea0e9e334880374aa4baa9813" alt="phone-numbers" width="2990" height="1490" data-path="images/release-notes/2509/numbers-tab.png" />

    **What's new:**

    * New **Numbers** page under *Configure* shows all numbers by environment
    * Add, view, and delete numbers in Sandbox and Pre-release.
    * Assign numbers to variants for multi-site projects.
  </Accordion>

  <Accordion title="Function logging (conv.log)" icon="file-lines" id="function-logging">
    Functions can now write structured logs [Conversation Review](/analytics/conversations/annotations) and the [Conversations API](/api-reference/conversations) using [`conv.log`](/tools/classes/conv-log).

    **What's new:**

    * Use `conv.log.info`, `conv.log.warning`, and `conv.log.error` inside functions
    * Entries appear in **Conversation Review → Diagnosis** and using the **Conversations API**.
    * Mark entries as **PII** so they are only visible to users with permission.
  </Accordion>

  <Accordion title="Conversations API: tool calls" icon="brackets-curly" id="conversations-api-tool-calls">
    Third-party QA tools and automated test suites can now read **tool/function call events** from the Conversations API.

    **What's new:**

    * Every function call made during a conversation is now surfaced in the API response
    * Makes it possible to verify not just the dialogue, but also the actions taken behind the scenes
    * Access is scoped per environment (Sandbox, Pre-release, Live) so external tools don't touch production data
  </Accordion>
</AccordionGroup>
