-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy paththreads.json
More file actions
69 lines (69 loc) · 1.48 KB
/
threads.json
File metadata and controls
69 lines (69 loc) · 1.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"id": "ec716b03b671e83a",
"type": "tab",
"label": "Threads Example",
"disabled": false,
"info": "",
"env": []
},
{
"id": "f2673e84297dc231",
"type": "inject",
"z": "ec716b03b671e83a",
"name": "thread payload",
"props": [
{
"p": "payload.thread_id",
"v": "thread_id",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 320,
"y": 240,
"wires": [
[
"e0bcde3186fc61aa"
]
]
},
{
"id": "a23c4434e0afbcf2",
"type": "debug",
"z": "ec716b03b671e83a",
"name": "response",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 740,
"y": 240,
"wires": []
},
{
"id": "e0bcde3186fc61aa",
"type": "OpenAI API",
"z": "ec716b03b671e83a",
"name": "retrieve thread",
"property": "payload",
"propertyType": "msg",
"service": "",
"method": "getThread",
"x": 540,
"y": 240,
"wires": [
[
"a23c4434e0afbcf2"
]
]
}
]