diff options
Diffstat (limited to 'backend/data/test/projects/untitled.json')
| -rw-r--r-- | backend/data/test/projects/untitled.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/backend/data/test/projects/untitled.json b/backend/data/test/projects/untitled.json new file mode 100644 index 0000000..592b817 --- /dev/null +++ b/backend/data/test/projects/untitled.json @@ -0,0 +1,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" +}
\ No newline at end of file |
