Describe the solution you'd like
Support exporting the output report from a set of supported formats based on a user's choice:
Suggested implementation:
- Support these export formats
- Add support for the
format argument in the /llm/summary server endpoint. This param should be optional.
- Add an
exported_format: str | None to the ServerSummaryGenerationResponse model. (feel free to find a better name)
- Add support for reading and saving the
exported_format in the various client-side (Gradio, cli, tui)
Describe the solution you'd like
Support exporting the output report from a set of supported formats based on a user's choice:
Suggested implementation:
formatargument in the/llm/summaryserver endpoint. This param should be optional.exported_format: str | Noneto theServerSummaryGenerationResponsemodel. (feel free to find a better name)exported_formatin the various client-side (Gradio, cli, tui)