beacon-trial-finder / data /tools /identify_disease.json
KevinIsInCoding
feat: SRP refactor, streaming UX fix, and semantic disease detection (#12)
22195c1 unverified
Raw
History Blame Contribute Delete
258 Bytes
{
"type": "object",
"properties": {
"standardized_name": {
"type": "string",
"description": "Full standardized medical name of the patient's disease (e.g. 'Amyotrophic Lateral Sclerosis')"
}
},
"required": ["standardized_name"]
}