Release 5.0 2025.03.31.1
π New Featuresβ
End Conversationβ
Enhance control over conversation lifetimes with the End Conversation feature. Conversations with an agent can now be automatically closed based on predefined criteria, ensuring better session management and enforcing limits such as inactivity periods or maximum duration.
Reasons for Conversation Termination:β
- Maximum number of user messages reached
- Quota limit exceeded
- Inactivity period exceeded
- Time limit reached
- Manually closed by an administrator
- A new version of the agent is published
Conversations now include an End Date, and their closure can be configured in the Security Tab. All new agents will have a default time limit of 24 hours:
Once a conversation is ended, the user will no longer be able to continue it:
The Conversations Grid now displays the status of conversations and their respective end reasons:
Administrators can manually finalize a conversation at any time:
Additionally, when publishing a new agent version, all active conversations can be forcibly closed to ensure all users interact with the latest version:
Chat Widget Integrationβ
The chat widget now supports the End Conversation feature, allowing administrators to define a message that users see when a conversation ends:
On the WhatsApp channel, a new conversation will automatically start when the previous one is closed.
Improved Rate Limits and Quota Usagesβ
Enjoy better rate limits in the API by upgrading your subscription plan.
π οΈ Enhancementsβ
Standardized Error Messagesβ
Error messages during agent execution have been standardized, improving API response clarity. Below are the updated error codes:
- message_required: An input message was not sent to the conversational agent.
- conversation_closed: The current conversation is closed; start a new one.
- parameter_type_mismatch: Provided parameters do not match agent specifications.
- insufficient_balance: Insufficient balance; add credit to continue.
- missing_group_identifier: The groupIdentifier parameter is required.
- required_parameters_missing: A required parameter is missing in the request.
- required_parameters_null: A required parameter was sent with a null value.
- required_parameters_empty: A required parameter was sent with an empty value.
- monthly_quota_exceeded: The monthly quota for the agent has been exceeded.
- model_quota_exceeded: The selected model quota has been exceeded; choose another model.
- organization_quota_exceeded: Organization-wide quota exceeded; increase limits.
- user_quota_exceeded: User quota exceeded; increase user limits.
- missing_user_identifier: A required user identifier was not provided.
- unfinished_volatile_knowledge: The requested volatile knowledge file is still processing.
HTTP Request Skillβ
- A User-Agent header is now included in all API requests.
- Error codes and stack traces are now displayed when a request fails:
Transcribe Serviceβ
- The default transcription model has been updated to GPT-4o Mini Transcribe, improving accuracy and efficiency.
Billing Preferencesβ
-
Users can now customize their billing and notification contact information:
-
Configure low balance notifications based on individual requirements:
Securityβ
Moderationsβ
- All free-tier user requests now pass through OpenAIβs moderation endpoint to ensure compliance and security:
Alinia Integrationβ
Integration with Alinia has been added for improved security and performance. Activate safe use of LLM for guardrails against:
- Investment
- Legal
- Medical
- Tax
π€ New Modelsβ
New models have been introduced, enhancing AI capabilities and performance.
- Open AI GPT 4o Mini TTS
- Gemini 2.5 Pro Experimental
- Alibaba Qwen 2.5
- Alibaba Qwen Turbo
- Alibaba Qwen Plus
π Bug Fixes & Improvementsβ
- Improved performance of volatile knowledge processing
- Increased max description field size in all skills (from 1,000 to 4,000 characters)
- Fixed array parsing of input parameters in Agent Quality Studio
- Resolved issues in the demo page** when non-required parameters were omitted
- Added sender name in the Email plugin
- Avoid duplicate email sending in Email plugin if a email is repeated
- Fix bug when using the required user identifier and executing a realtime model on the demo page
- Fix user identifier validation on Test Plan and Test Execution
- Fixed mapping of arrays in input parameters when using Agent Quality Studio
- Corrected time plugin creation.
- Added name length validation on api key creation.