Files
llm-intelligence/scripts/testdata/intraday_discovery_llm_sample.json
phamnazage-jpg 475401bcbe
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled
feat(intraday): add discovery and verification watch pipeline
2026-05-27 18:54:32 +08:00

25 lines
743 B
JSON

[
{
"event_type": "official_release",
"provider_name": "OpenAI",
"model_name": "GPT-5.6",
"provider_country": "US",
"title": "GPT-5.6 preview pricing update",
"summary": "OpenAI preview material indicates GPT-5.6 entered a preview pricing window.",
"candidate_urls": [
"https://openai.example.com/news/gpt-5-6-pricing"
]
},
{
"event_type": "promo_campaign",
"provider_name": "DeepSeek",
"model_name": "DeepSeek-V4-Flash",
"provider_country": "CN",
"title": "DeepSeek V4 Flash campaign",
"summary": "Official campaign page shows a temporary promotional window for DeepSeek-V4-Flash.",
"candidate_urls": [
"https://deepseek.example.com/campaign/v4-flash"
]
}
]