From ac3e5ce1607147cd0b14244453f514400a25cee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=92=D0=B8=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BE=D0=B2?= Date: Thu, 2 Jul 2026 08:56:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20meta.json=20=E2=80=94=20=D0=9F=D0=BE?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D1=8B=D0=B9=20=D1=8D=D0=BA=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD:=20FAQ-=D0=B1=D0=BE=D1=82=20=E2=80=94?= =?UTF-8?q?=20ChromaDB=20+=20=D0=BE=D0=B4=D0=B8=D0=BD=20MCP-tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meta.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta.json b/meta.json index 4858cf0..24221cb 100644 --- a/meta.json +++ b/meta.json @@ -1,5 +1,9 @@ { - "schedule": "Monday 10:00-12:00, Wednesday 14:00-16:00", + "schedule": [ + {"day": "Monday", "time": "10:00-12:00", "topic": "Course Overview"}, + {"day": "Wednesday", "time": "14:00-16:00", "topic": "Deep Learning"}, + {"day": "Friday", "time": "09:00-11:00", "topic": "NLP"} + ], "instructor": "Dr. Ivanov", - "semester": "Fall 2026" + "location": "Room 101" } \ No newline at end of file