new RPG system
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user