-
Introduction of
WorkflowAssistantSchema in Workflows:WorkflowAssistantnow replacesAssistantin workflow definitions. UseWorkflowAssistantwhen defining assistant nodes in workflows moving forward. -
Adding
dataExtractionPlanandvariableExtractionPlanto Conversations: You can now includedataExtractionPlanandvariableExtractionPlanto extract structured data or variables from user responses. Utilize these plans to define what data to extract during conversations in your workflows. -
New
McpToolfor Model Configuration: You can now addMcpToolto your assistant’stoolsarray to use MCP (Model Control Protocol) tool calls. This tool allows your assistant to use any MCP-compatible server in your workflow. -
Changes to
ToolCallResultMessage Property: Themessageproperty inToolCallResultnow accepts a single object instead of an array. Ensure that you return a singleToolMessageCompleteorToolMessageFailedobject when providing messages in tool call results. -
Updated Required Properties in
AssistantSchema:Assistantnow requiresid,orgId,createdAt, andupdatedAtwhen 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.