Get the (almost) daily changelog
Hooks, PCI Compliance, and Blocking Messages
-
Introduction of
Hooks in Workflows: You can now useHooksin your workflows to automatically execute actions when specific events occur, like task start or confirmation. Hooks are now available inApiRequestandGatherworkflow nodes. -
Make your Assistant PCI Compliant: You can now configure
Assistant.pciEnabledto indicate if your assistant deals with sensitive cardholder data that requires PCI compliance, helping you meet security standards for financial information. -
Blocking Messages before Tool Calls: You can now configure your tool calls to wait until a message is fully spoken before starting with
ToolMessageStart.blocking=true(default isfalse).