Text to JSON (experimental)
Overview
Example Use Cases
Usage
{
"input": [
{
"text": "Patient reports ongoing migraines and nausea. Recommended starting sumatriptan 50mg once daily and ondansetron 4mg as needed. Follow-up in two weeks.",
"parameters": {
"extraction_schema": {
"json_structures": [
{
"Medication": {
"dose": "str",
"name": "str",
"frequency": "str"
}
}
]
}
}
}
]
}Notes
Last updated