some updates

This commit is contained in:
MoonDev
2025-05-04 22:26:56 +03:00
parent 88993726b9
commit b9a117df8b
9 changed files with 63 additions and 28 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
from random_string import generate_secure_string
from misc.random_string import generate_secure_string
CONVERSATIONS = {}
"""
@@ -29,5 +29,5 @@ class Conversations:
"workspace":workspace,
"user_name":user_name,
"problem_type":problem_type}
return CONVERSATIONS[self.id]
return {"conversation":CONVERSATIONS[self.id], "id":self.id}