v9.164

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"}
}