diff options
Diffstat (limited to 'backend/data/test/archive/archived_nodes.json')
| -rw-r--r-- | backend/data/test/archive/archived_nodes.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/backend/data/test/archive/archived_nodes.json b/backend/data/test/archive/archived_nodes.json new file mode 100644 index 0000000..e74c8f8 --- /dev/null +++ b/backend/data/test/archive/archived_nodes.json @@ -0,0 +1,16 @@ +[ + { + "id": "archive_1765417206000", + "label": "PDF File Count", + "model": "gpt-5.1", + "systemPrompt": "", + "temperature": 0.7, + "reasoningEffort": "medium", + "userPrompt": "testing search_files. Please search for pdf files in this conversation and count the number.", + "response": "I found **1 PDF file** in this conversation: `542proposal.pdf`. ", + "mergeStrategy": "smart", + "attachedFileIds": [ + "dcf69ca5-2efa-4b8a-acec-3864a803f073" + ] + } +]
\ No newline at end of file |
