community-tasks / example-done /tests /ground_truth.json
InkedWings's picture
Add example completed task: example-done
89be9da verified
Raw
History Blame Contribute Delete
256 Bytes
[
{
"id": "1",
"category": "smiles_lookup",
"query": "Provide the SMILES string corresponding to this molecule: sulfur dioxide",
"answer": {
"structured_output": {
"smiles": [
"O=S=O"
]
}
}
}
]