Fixed the long filename overflow issue.
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.
Improved several UX details in the Workflow Protocol listing.
Fixes an issue in the Data Scraper.
Fixes an issue in the Invoke LLM Plugin when the LLM generates relative URLs.
Fixes in backend services.
The Invoke LLM Plugin now supports URLs that were previously relative within the provided context.
Fixed the gap shown in the mobile devices when the chat window is open.
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
Increased the timeout waiting for a response in non-streaming mode for Azure OpenAI models.
New Endpoint that enables to create a new events in the reporting. POST: https://api.aiaibot.com/reporting/v1/projects/<project_id>/events
https://api.aiaibot.com/reporting/v1/projects/<project_id>/events
{ "source": "robot", "type": "new-type-name", "payload": {"x": "y"} }