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