Get the (almost) daily changelog
Session and Workflow Enhancements
-
Addition of
expirationSeconds
to Session Schemas: You can now set custom session expiration times using theexpirationSeconds
property 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
globalPrompt
in Workflow Schemas: A newglobalPrompt
property allows you to define a default prompt for entire workflows. By setting aglobalPrompt
up to 5,000 characters, you can streamline your workflow configurations without setting prompts for each individual node.