diff options
Diffstat (limited to 'backend/data/test/archive/archived_nodes.json')
| -rw-r--r-- | backend/data/test/archive/archived_nodes.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/backend/data/test/archive/archived_nodes.json b/backend/data/test/archive/archived_nodes.json index 0637a08..e74c8f8 100644 --- a/backend/data/test/archive/archived_nodes.json +++ b/backend/data/test/archive/archived_nodes.json @@ -1 +1,16 @@ -[]
\ No newline at end of file +[ + { + "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 |
