v9.164

v9.164.7 on 15.10.2025

WebChat

  • Fixed the long filename overflow issue.

Chatbot

  • Added the configuration to configure the header style of WebChat.

  • Fixed a bug causing the text content not able to be copied by clicking the copy button.

  • Removed the preview from the story listing view.

Robot

  • Improved several UX details in the Workflow Protocol listing.

v9.164.6 on 15.10.2025

Data Scraper

  • Fixes an issue in the Data Scraper.

v9.164.5 on 14.10.2025

Robot

  • Fixes an issue in the Invoke LLM Plugin when the LLM generates relative URLs.

v9.164.4 on 10.10.2025

Robot

  • Fixes in backend services.

  • The Invoke LLM Plugin now supports URLs that were previously relative within the provided context.

v9.164.3 on 08.10.2025

WebChat

  • Fixed the gap shown in the mobile devices when the chat window is open.

Robot

  • Properly fixed the height of the plugin list

  • Improved the searching UX of the plugin list

  • Fixed some confusing wording in the "send message to Chatbot" plugin editor

v9.164.1 on 05.10.2025

Robot

  • Increased the timeout waiting for a response in non-streaming mode for Azure OpenAI models.

v9.164.0 on 03.10.2025

Reporting

  • New Endpoint that enables to create a new events in the reporting. POST: https://api.aiaibot.com/reporting/v1/projects/<project_id>/events

{
    "source": "robot",
    "type": "new-type-name",
    "payload": {"x": "y"}
}