guanghulab/src/schemas/hli/dialogue/history.schema.json

27 lines
597 B
JSON
Raw Normal View History

{
"hli_id": "HLI-DIALOGUE-003",
"version": "v0.1-stub",
"route": "/hli/dialogue/history",
"method": "GET",
"type": "REQUEST",
"status": "stub",
"target_phase": "P1",
"input": {
"type": "object",
"properties": {
"session_id": { "type": "string" },
"limit": { "type": "number" }
}
},
"output": {
"type": "object",
"properties": {
"status": { "type": "string", "enum": ["not_implemented"] },
"phase": { "type": "string" }
}
},
"changelog": [
{ "date": "2026-03-26", "note": "501 stub — Phase 0 占位P1 实现" }
]
}