This commit is contained in:
XuanLee-HEALER
2025-11-10 15:30:21 +08:00
parent 4716b82f29
commit df39693dff
43 changed files with 6864 additions and 5 deletions

77
long2.sim.json.bak Normal file
View File

@@ -0,0 +1,77 @@
[
{
"type": "start_chunk",
"msg_id": "S-001",
"project_id": "1",
"sender_agent_type": "AI",
"sender_id": "gemini-2.5-flash",
"task_id": "task-1-S001",
"content": null,
"ai_message": {
"model": "gemini-2.5-flash",
"content": "",
"reasoning_content": "",
"tool_calls": [
{
"id": "tool-S001-1",
"type": "function",
"function": {
"name": "get_weather",
"arguments": ""
}
}
],
"usage": {}
},
"tool_call": null,
"timestamp": "2025-10-13T14:00:00.200000",
"metadata": {
"session_type": "tool_use"
}
},
{
"type": "content_chunk",
"msg_id": "S-001",
"project_id": "1",
"sender_agent_type": "AI",
"sender_id": "gemini-2.5-flash",
"task_id": "task-1-S001",
"content": "{\"text\":\"正在为用户\"}",
"ai_message": {},
"tool_call": null,
"timestamp": "2025-10-13T14:00:00.600000",
"metadata": {
"session_type": "tool_use"
}
},
{
"type": "content_chunk",
"msg_id": "S-001",
"project_id": "1",
"sender_agent_type": "AI",
"sender_id": "gemini-2.5-flash",
"task_id": "task-2-S002",
"content": "{\"text\":\"项目2的流式内容\"}",
"ai_message": {},
"tool_call": null,
"timestamp": "2025-10-13T14:00:00.700000",
"metadata": {
"session_type": "text_only"
}
},
{
"type": "content_chunk",
"msg_id": "S-001",
"project_id": "1",
"sender_agent_type": "AI",
"sender_id": "gemini-2.5-flash",
"task_id": "task-1-S003",
"content": "{\"text\":\"这是第一个部分\"}",
"ai_message": {},
"tool_call": null,
"timestamp": "2025-10-13T14:00:00.800000",
"metadata": {
"session_type": "reasoning_first"
}
}
]