summaryrefslogtreecommitdiff
path: root/backend/data/test/projects/untitled.json
blob: 592b81779390f71c479e6ffead035fdc40ca24c9 (plain)
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
{
  "version": 1,
  "nodes": [
    {
      "id": "node_1765320756261",
      "type": "llmNode",
      "position": {
        "x": 110.96800241241141,
        "y": 456.9765614414304
      },
      "data": {
        "label": "New Question",
        "model": "gpt-5.1",
        "temperature": 0.7,
        "systemPrompt": "",
        "userPrompt": "",
        "mergeStrategy": "smart",
        "reasoningEffort": "medium",
        "messages": [],
        "traces": [],
        "outgoingTraces": [],
        "forkedTraces": [],
        "mergedTraces": [],
        "response": "",
        "status": "idle",
        "inputs": 1,
        "activeTraceIds": []
      },
      "width": 200,
      "height": 64
    }
  ],
  "edges": [],
  "viewport": {
    "x": 412.49738834764497,
    "y": 114.22860771179165,
    "zoom": 0.5743491774985177
  },
  "theme": "light"
}