File size: 256 Bytes
7e357b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [
{
"id": "1",
"category": "smiles_lookup",
"query": "Provide the SMILES string corresponding to this molecule: sulfur dioxide",
"answer": {
"structured_output": {
"smiles": [
"O=S=O"
]
}
}
}
]
|