{
"uiLocale": "zh-CN",
"metadataLocale": "zh-CN",
"timeRange": "today",
"projectId": null,
"recentLogEntries": [
{
"id": "entry-demo-001",
"title": "洞察首页优先展示 AI 结论",
"summary": "用户确认洞察首页应先展示 AI outcomes,再把原始记录降级为高级入口。"
}
],
"existingMemories": [],
"existingProjects": [
{
"id": "project-onesay",
"name": "OneSay"
}
]
}curl --location '/v1/insights/ai-insights' \
--header 'Content-Type: application/json' \
--data '{
"uiLocale": "zh-CN",
"metadataLocale": "zh-CN",
"timeRange": "today",
"projectId": null,
"recentLogEntries": [
{
"id": "entry-demo-001",
"title": "洞察首页优先展示 AI 结论",
"summary": "用户确认洞察首页应先展示 AI outcomes,再把原始记录降级为高级入口。"
}
],
"existingMemories": [],
"existingProjects": [
{
"id": "project-onesay",
"name": "OneSay"
}
]
}'{
"ok": true,
"data": {
"id": "ai_4444444444444444",
"taskKind": "insight_digest",
"payload": {
"insights": [],
"memoryCandidates": [],
"memoryEvents": [],
"memoryEdges": [],
"projectBriefs": [],
"model": "deterministic-insight"
},
"render": {
"preferred": "plain_text",
"plainText": "No high-confidence insight changes were found.",
"blocks": [
{
"type": "paragraph",
"text": "No high-confidence insight changes were found."
}
]
},
"meta": {
"provider": "mock",
"model": "deterministic",
"providerAttemptChain": [
{
"provider": "mock",
"model": "deterministic",
"levelAttempted": [
"json_schema"
],
"success": true,
"latencyMs": 42
}
],
"structuredOutput": {
"level": "json_schema",
"nativeSchemaUsed": true,
"nativeJsonObjectUsed": false,
"validationPassed": true,
"normalizationUsed": false,
"fallbackUsed": false
},
"tokenUsage": {
"inputTokens": 120,
"outputTokens": 24,
"totalTokens": 144
},
"latencyMs": 42
},
"createdAt": "2026-04-01T16:20:00Z"
}
}