-
Renaming
SmsSendTool
toSmsTool
: The tool previously known asSmsSendTool
is nowSmsTool
. You can now use the newSmsTool
schema to send SMS messages with enhanced configuration options likeasync
,server
,function
, andmessages
. -
Update Text Editor Tool Type to
'text-editor'
: Thetype
for Text Editor tools has changed from'textEditor'
to'text-editor'
. Make sure to update your configurations to usetype
:'text-editor'
when specifying a Text Editor tool. -
Removal of
backgroundSound.maxLength
Property: ThemaxLength
constraint has been removed from thebackgroundSound
property in Assistant schemas. You no longer need to limit the length ofbackgroundSound
; it can now be of any length. -
Deprecation of
MakeTool
: TheMakeTool
has been removed from the available tools in various model schemas. Please update your models to remove any references toMakeTool
and use alternative tools as needed.
Get the (almost) daily changelog