HomeGuidesAPI ReferenceChangelogsDiscussions
GuidesChangelogsAPI ReferencePublic RoadmapService StatusLog In

December 2023

Version 3.5.0

🗓 Release dates

  • Smartly.AI: 8th
  • Virtual Agent: 14th

NLU

We solved the last known issues ot the SNP 1.06 pipeline.
Improved speed.

Life improvements

  • API: Node.js errors are now returned in the /dialog API
    This helps in debugging your bot. Exemple of a returned error
{
  // usual fields
  ...
  // new field
	"error": {
		"code": "CUSTOMER_CODE_EXECUTION_FAILED",
		"message": "user_name is not defined"
	}
}
  • Webchat: Shared surveys are now available in the Webchat integration
  • Generative AI: New advanced instructions fields to customize the bot behaviour: message condensation , search query generation and answer formatting