I believe the issue you're facing is because the Generate chat response action requires a message history in the form of an array to be passed to it. If no history is passed to it you will get a error. If you don't want to pass any history with it you can fill in with [] and that should take away the error for that block at least.