Starting a chat interaction with a form

I got this to work:

initialMessages: [
β€˜Hi there! πŸ‘‹β€™,
’{{ $json.ai_output.summary }}’,
’{{ $json.ai_output.clarifying_question }}’
]

I also just ran across this workflow, which I might try instead:

It seems like this could be adapted to accomplish what I want using slightly different methods.

/mike

1 Like