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