tender summary response fix

This commit is contained in:
Mazyar
2026-05-17 17:02:12 +03:30
parent 0fbcc74377
commit 42d0a47226
5 changed files with 138 additions and 69 deletions
+4 -3
View File
@@ -535,9 +535,10 @@ type AISummaryResponse struct {
// AISummarizeResponse represents the response for triggering on-demand AI summarization
type AISummarizeResponse struct {
NoticeID string `json:"notice_id"`
Summaries []AIDocumentSummary `json:"summaries"`
OverallSummary *string `json:"overall_summary"`
ContractFolderID string `json:"contract_folder_id"`
NoticePublicationID string `json:"notice_publication_id"`
Summaries []AIDocumentSummary `json:"summaries"`
OverallSummary *string `json:"overall_summary"`
}
// AIDocumentSummary represents a single document summary from the AI service