1. 默认目录
接入记忆服务
  • 记忆
    • 召回记忆
      POST
    • 添加记忆
      POST
  • 日程
    • 查询日程(已下线)
  • 检索
    • 搜索文件(媒体)
    • 搜索话题事件
  • 记忆网络页面
    • 记忆网络页面(网页,非 JSON API)
  • 记忆总结
    • 生成记忆总结
    • 查询记忆总结列表
    • 查询记忆总结详情
    • 删除记忆总结
    • 人物选择器(按人物总结)
  • 记忆修正
    • 提交修正命令(租户面)
    • 查询修正命令状态(租户面)
    • 重试失败的修正命令(租户面)
  • 数据模型
    • 默认目录
      • RecallMediaInput
      • RecallData
      • MediaItem
      • ResponseWrapper
      • MessageInput
      • MediaInput
      • SaveData
      • MessageSaved
      • ScheduleData
      • DailySchedule
      • ScheduleEvent
      • MediaSearchData
      • TopicEventSearchData
      • TopicEvent
      • MemorySummaryDetail
      • SummaryEditHistoryEntry
      • SummaryKeyActor
      • SummaryTimelineEntry
      • SummaryListData
      • MemorySummaryCard
      • DeleteSummaryData
      • PersonOption
    • CorrectionSubmitRequest
    • CorrectionRetryRequest
    • CorrectionOperation
    • CorrectionView
    • CorrectionResponse
  1. 默认目录

MemorySummaryDetail

记忆总结详情(create / get / edit 返回)。person 模式额外有 personality/relationship_phase;event 模式额外有 key_actors/impact;失败时 status=failed 且 error_message 有值

{
    "summary_id": "string",
    "summary_type": "string",
    "period_type": "string",
    "start_time": "string",
    "end_time": "string",
    "status": "string",
    "title": "string",
    "brief": "string",
    "segment_count": 0,
    "target_ids": [
        "string"
    ],
    "target_labels": [
        "string"
    ],
    "created_at": "string",
    "updated_at": "string",
    "keywords": [
        "string"
    ],
    "active_days": 0,
    "main_themes": [
        "string"
    ],
    "reflection": "string",
    "timeline": [
        {
            "anchor": "string",
            "content": "string",
            "session_count": 0,
            "session_ids": [
                "string"
            ]
        }
    ],
    "source_event_ids": [
        "string"
    ],
    "source_session_ids": [
        "string"
    ],
    "personality": "string",
    "relationship_phase": "string",
    "key_actors": [
        {
            "name": "string",
            "entity_id": "string",
            "role": "string"
        }
    ],
    "impact": "string",
    "error_message": "string",
    "is_manually_edited": true,
    "edit_history": [
        {
            "timestamp": "string",
            "instruction": "string",
            "fields_changed": [
                "string"
            ],
            "llm_model": "string"
        }
    ],
    "original_detail": {
        "property1": "string",
        "property2": "string"
    }
}
Built with