-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the solution you'd like
Support exporting the output report from a set of supported formats based on a user's choice:
- json
- yaml
- html
Suggested implementation:
- Support these export formats
- Add support for the
formatargument in the/llm/summaryserver endpoint. This param should be optional. - Add an
exported_format: str | Noneto theServerSummaryGenerationResponsemodel. (feel free to find a better name) - Add support for reading and saving the
exported_formatin the various client-side (Gradio, cli, tui)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers