-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathruns.json
77 lines (77 loc) · 1.68 KB
/
runs.json
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
70
71
72
73
74
75
76
77
[
{
"id": "1dc20442cfd01082",
"type": "tab",
"label": "Runs Example",
"disabled": false,
"info": "",
"env": []
},
{
"id": "a6e237adf232aed1",
"type": "inject",
"z": "1dc20442cfd01082",
"name": "runs payload",
"props": [
{
"p": "payload.thread_id",
"v": "thread_z6eZuA1LGsRE6FvoSVcnq12q",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 270,
"y": 260,
"wires": [
[
"bf9fee6ecdfaf14d"
]
]
},
{
"id": "8e69d4f8d638f265",
"type": "debug",
"z": "1dc20442cfd01082",
"name": "response",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload.data",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 260,
"wires": []
},
{
"id": "bf9fee6ecdfaf14d",
"type": "OpenAI API",
"z": "1dc20442cfd01082",
"name": "list runs",
"service": "",
"method": "listRuns",
"x": 440,
"y": 260,
"wires": [
[
"8e69d4f8d638f265"
]
]
},
{
"id": "7d779ed24d92fbf7",
"type": "comment",
"z": "1dc20442cfd01082",
"name": "Returns a list of runs belonging to a thread.",
"info": "",
"x": 340,
"y": 200,
"wires": []
}
]