Files
cozsweet-frontend-nextjs/src/data/mock/chat/websocket-events/ai-sentence.json
T
2026-06-23 14:54:24 +08:00

10 lines
123 B
JSON

{
"type": "sentence",
"data": {
"index": 0,
"text": "I am listening.",
"total": 2,
"done": false
}
}