I need to extract the questions from this output:
[
{
"response": {
"text": "{\n \"question1\": \"What is the main topic of the transcript?\",\n \"question2\": \"Are there any key details or events mentioned?\",\n \"question3\": \"What is the tone or sentiment expressed in the transcript?\",\n \"question4\": \"Who are the main participants in the conversation?\",\n \"question5\": \"What are the primary arguments or points being made?\",\n \"question6\": \"Is there any notable vocabulary or language used?\",\n \"question7\": \"How does the transcript reflect the perspectives of the speakers?\",\n \"question8\": \"Are there any conclusions or takeaways from the transcript?\"\n}"
}
}
]
which node is used to extract each question.
notes:
- The count of questions is not fixed.
- Using latest version.