RealWorldConjoinStatementFinalResponse
flag objectrequired
anyOf
- string
- null
string
is_causalIs Causalrequired
suggestions object[]required
Array [
attributesstring[]required
textTextrequired
]
RealWorldConjoinStatementFinalResponse
{
"suggestions": [
{
"attributes": [
"Price",
"Screen Size",
"Battery Life"
],
"text": "What factors affect the choice of purchasing a smartphone?"
},
{
"attributes": [
"Brand",
"Camera Quality",
"Battery Life"
],
"text": "What factors affect the choice of purchasing an expensive smartphone?"
}
]
}