Auto-generates comparison tables for concepts, drugs, or study results in Markdown format.
Generates comparison tables for medical content.
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--items, -i | string | - | Yes | Items to compare (comma-separated) |
--attributes, -a | string | - | Yes | Comparison attributes (comma-separated) |
--output, -o | string | - | No | Output JSON file path |
# Compare two drugs
python scripts/main.py --items "Drug A,Drug B" --attributes "Mechanism,Dose,Side Effects"
# Save to file
python scripts/main.py --items "Surgery,Chemo,Radiation" --attributes "Cost,Efficacy" --output comparison.json
{
"markdown_table": "string",
"html_table": "string"
}
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
No additional Python packages required.