TODAM-tw / todam-ticket-system

The frontend with gradio and combined with the API endpoints for the ticket system.
Apache License 2.0
0 stars 0 forks source link

[Enhancement] Updating Ticket Content for Clarity #35

Closed 1chooo closed 4 months ago

1chooo commented 4 months ago

The summerized_ticket_content currently contains the segment_id. We need to replace it with segment_name, as the segment_id does not provide enough context to understand its meaning when submitting the ticket.

https://github.com/TODAM-tw/todam-ticket-system/blob/cbc3a281d15977874fa69f7c47113e71902f875b/app/cases/summarized_content.py#L80-L87

Related: #6