overall summary respose

This commit is contained in:
Mazyar
2026-05-16 17:44:27 +03:30
parent 70f581da09
commit 0fbcc74377
2 changed files with 30 additions and 10 deletions
+2
View File
@@ -319,6 +319,8 @@ func (t *Tender) ToResponseWithLanguage(language string) *TenderResponse {
ProjectName: strings.TrimSpace(t.ProjectName),
CreatedAt: t.CreatedAt,
Language: usedLanguage,
OverallSummary: strings.TrimSpace(t.AIOverallSummary),
}
return response