Get the (almost) daily changelog
Session and Workflow Enhancements
-
Addition of
expirationSecondsto Session Schemas: You can now set custom session expiration times using theexpirationSecondsproperty when creating or updating sessions. This allows sessions to expire anywhere between 1 minute and 30 days, providing greater control over session lifecycles. -
Introduction of
globalPromptin Workflow Schemas: A newglobalPromptproperty allows you to define a default prompt for entire workflows. By setting aglobalPromptup to 5,000 characters, you can streamline your workflow configurations without setting prompts for each individual node.