mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 08:55:28 +08:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"chunk": {
|
|
"p": "response/fragments",
|
|
"o": "APPEND",
|
|
"v": [
|
|
{"type": "THINK", "content": "思考中"},
|
|
{"type": "RESPONSE", "content": "结论"}
|
|
]
|
|
},
|
|
"thinking_enabled": true,
|
|
"current_type": "thinking"
|
|
}
|