export_table
Export ranked professors from a research interest match as a formatted table in markdown, CSV, or JSON, with an optional summary and file save.
Instructions
Export ranked professors as a formatted table.
Args: professors: ranked_professors list from rank_fit format: "markdown" (default) | "csv" | "json" include_summary: Include count summary (default True) output_path: Optional file path to save output
Returns: dict with "content" (string), "format", and "saved_to" (path if saved).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| professors | Yes | ||
| format | No | markdown | |
| include_summary | No | ||
| output_path | No |