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