From 9f1efb56802ce766858d3802c4879debc16fd608 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:40:10 -0800 Subject: [PATCH] a new start --- OS/01/assistant/assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS/01/assistant/assistant.py b/OS/01/assistant/assistant.py index ca9c73a..ca1167f 100644 --- a/OS/01/assistant/assistant.py +++ b/OS/01/assistant/assistant.py @@ -3,7 +3,7 @@ Exposes a POST endpoint called /computer. Things from there go into the queue. Exposes a ws endpoint called /user. Things from there go into the queue. We also send things in the queue back (that are role: assistant) -In a while loop we watch the queue. +In a while loop we watch the queue and handle it. """ import json