This commit is contained in:
Mikan
2026-06-21 07:52:25 +03:00
parent e98559a587
commit 7cbe8da103
25 changed files with 1091 additions and 284 deletions

View File

@@ -144,7 +144,7 @@ class WorldEditRequest(BaseModel):
# --------------------------------------------------------------------------- #
class IterateRequest(BaseModel):
action: str = Field(min_length=1, max_length=4000)
action_source: Literal["custom", "suggested"] = "custom"
action_source: str = "custom" # accept any string, default to "custom"
class AnswerRequest(BaseModel):