-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgreeting.json
More file actions
30 lines (30 loc) · 759 Bytes
/
greeting.json
File metadata and controls
30 lines (30 loc) · 759 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
[
{
"data": {
"id": "generateGreeting_1754666089409_6535cb19-6dc3-44ff-9112-2818f1cbb57a",
"label": "1 - generateGreeting",
"inputs": [
{
"0.name": "John Doe"
},
{
"0.age": 30
},
{
"0.address.city": "Cityville"
},
{
"1.name": "Akram"
}
],
"outputs": "the output I want to trace is: 'Hello, John Doe! I'm Akram. Let's explore the world of reading, traveling, coding together!'",
"narratives": [
"here is tracing narrative for greeting John Doe"
],
"startTime": "2025-08-08T15:14:49.409Z",
"abstract": false,
"createTime": "2025-08-08T15:14:49.410Z"
},
"group": "nodes"
}
]