new RPG system

This commit is contained in:
2026-06-05 14:57:15 +03:00
parent 6189a5fb74
commit 01b16dbeaa
29 changed files with 2395 additions and 311 deletions
+3
View File
@@ -8,6 +8,9 @@ class ChatRequest(BaseModel):
is_narrator_choice: bool = False
skip_user_add: bool = False
first_mes_override: Optional[str] = None
# After arc completion: "user" = injection only, player speaks next;
# "character" = injection then character opens the new arc.
new_arc_first: Optional[str] = None
class MessageEditRequest(BaseModel):