You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{Role: "system", Content: "You are an OSINT analyst. Return plain text only. Facts only. Neutral tone. No fluff. No speculation."},
4325
-
{Role: "user", Content: "Short historic summary about conflict zone "+zoneLabel+" in max 80 words and current analysis in max 60 words.\nNow return only the historic summary block.\nConstraints: factual only, no bullets, no disclaimers, no filler.\n"+baseContext},
4350
+
{Role: "user", Content: "Short historic summary about conflict zone "+zoneLabel+" in max 80 words and current analysis in max 60 words.\nNow return only the historic summary block.\nConstraints: factual only, no bullets, no disclaimers, no filler.\nCover all major conflicts listed, not just the current one.\n"+historicalContext},
analysisContext+="\n\nRecent alert headlines from live feeds (last 48h):\n- "+strings.Join(recentHeadlines[:limit], "\n- ")
4366
+
}
4334
4367
msgs:= []vet.Message{
4335
4368
{Role: "system", Content: "You are an OSINT analyst. Return plain text only. Facts only. Neutral tone. No fluff. No speculation."},
4336
-
{Role: "user", Content: "Short historic summary about conflict zone "+zoneLabel+" in max 80 words and current analysis in max 60 words.\nNow return only the current analysis block.\nConstraints: factual only, no bullets, no disclaimers, no filler.\nFocus only on current dynamics (roughly last 6-12 months): momentum, intensity direction, territorial/control shifts, and near-term operational outlook.\nDo NOT repeat conflict start date or cumulative death totals from historical summary.\nIf recent evidence is weak, give a cautious best-available assessment from the provided context.\nAs-of date: "+time.Now().UTC().Format("2006-01-02") +"\n"+baseContext},
4369
+
{Role: "user", Content: "Short historic summary about conflict zone "+zoneLabel+" in max 80 words and current analysis in max 60 words.\nNow return only the current analysis block.\nConstraints: factual only, no bullets, no disclaimers, no filler.\nFocus only on current dynamics (roughly last 6-12 months): momentum, intensity direction, territorial/control shifts, and near-term operational outlook.\nDo NOT repeat conflict start date or cumulative death totals from historical summary.\nIncorporate the recent alert headlines if provided — they represent real-time intelligence from live OSINT feeds.\nAs-of date: "+time.Now().UTC().Format("2006-01-02") +"\n"+analysisContext},
0 commit comments