Get the (almost) daily changelog
  1. Introduction of WorkflowAssistant Schema in Workflows: WorkflowAssistant now replaces Assistant in workflow definitions. Use WorkflowAssistant when defining assistant nodes in workflows moving forward.

  2. Adding dataExtractionPlan and variableExtractionPlan to Conversations: You can now include dataExtractionPlan and variableExtractionPlan to extract structured data or variables from user responses. Utilize these plans to define what data to extract during conversations in your workflows.

  3. New McpTool for Model Configuration: You can now add McpTool to your assistant’s tools array to use MCP (Model Control Protocol) tool calls. This tool allows your assistant to use any MCP-compatible server in your workflow.

  4. Changes to ToolCallResult Message Property: The message property in ToolCallResult now accepts a single object instead of an array. Ensure that you return a single ToolMessageComplete or ToolMessageFailed object when providing messages in tool call results.

  5. Updated Required Properties in Assistant Schema: Assistant now requires id, orgId, createdAt, and updatedAt when creating or updating assistants. Make sure to provide these fields when creating or updating assistants.

TransferDestinationStep is now deprecated. Update your code to use the new method for specifying transfer destinations in the transferCall tool.