-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbaseprompt.json
More file actions
42 lines (42 loc) · 812 Bytes
/
Copy pathbaseprompt.json
File metadata and controls
42 lines (42 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"request_id": "{UUID1}",
"request_set_id": "{UUID2}",
"chat_record_id": "{UUID3}",
"stream": true,
"chat_task": "FREE_INPUT",
"chat_context": {
"extra": {
"modelConfig": {
"is_reasoning": false,
"key": "lite"
},
"originalContent": {
"type": "text",
"text": ""
}
},
"text": {
"type": "text",
"text": ""
}
},
"session_id": "{UUID4}",
"source": 1,
"version": "3",
"aliyun_user_type": "personal_standard",
"session_type": "qodercli",
"agent_id": "agent_common",
"task_id": "common",
"model_config": {
"key": "lite",
"is_vl": false,
"is_reasoning": false,
"source": "system"
},
"messages": [],
"business": {
"id": "{UUID5}",
"name": "hi",
"begin_at": "{TIME1}"
}
}