From b4cb04ab9572804baff7e81fbc18e8b874edaad5 Mon Sep 17 00:00:00 2001 From: ImashaNawodi Date: Mon, 17 Nov 2025 11:16:01 +0530 Subject: [PATCH] chnages --- learningAgentTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learningAgentTest.py b/learningAgentTest.py index ad0aad86..0e0122e9 100644 --- a/learningAgentTest.py +++ b/learningAgentTest.py @@ -19,7 +19,7 @@ "labels": {"classifier": "Depression Signs Detected", "confidence": 85} } ) -print("✅ Ingestion Result:", result.dict()) +print("✅ Ingest:", result.dict()) # ---------- STEP 2: Verify anonymization ---------- from pymongo import MongoClient