-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompt_object.example.json
More file actions
52 lines (52 loc) · 1.05 KB
/
prompt_object.example.json
File metadata and controls
52 lines (52 loc) · 1.05 KB
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
43
44
45
46
47
48
49
50
51
52
{
"promptVersion": "1.0",
"templateId": "default",
"topic": "topicA",
"language": "zh-CN",
"source": {
"featureVersion": "1.0",
"algorithmVersion": "basic-v1"
},
"inputs": {
"canonicalInput": {
"normalizedGender": "female",
"referenceTimestampUtc": 1767139200000,
"location": {
"latitude": 30.0,
"longitude": 120.0,
"source": "geocoding:primary"
},
"timezone": {
"iana": "Asia/Shanghai",
"offsetMinutes": 480
},
"normalizationMeta": {
"rawInputVersion": "1.0",
"fallbackApplied": false
}
},
"features": {
"featureA": {
"value": {
"setAlpha": {
"slotX": "V1",
"slotY": "V2"
}
}
},
"featureB": {
"value": {
"setBeta": {
"slotX": 1,
"slotY": 2
}
}
}
}
},
"compiled": {
"templateHash": "sha256:example-template-hash",
"contentRef": "T_default@v1",
"preview": "[REDACTED]"
}
}