Use the Chat Completion Message block to generate a message. Since that block returns a JSON object, you must convert it into a list before passing it to this parameter. To do this, create a Variable of type List and append the output of the Chat Completion Message block to that list variable. Finally, use this List variable as the input for the parameter.