mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-10 08:44:27 +01:00
Update schema.py
This commit is contained in:
@@ -116,7 +116,7 @@ class StepRequestBody(BaseModel):
|
||||
name: Optional[str] = Field(
|
||||
None, description="The name of the task step.", example="Write to file"
|
||||
)
|
||||
input: str = Field(
|
||||
input: Optional[str] = Field(
|
||||
None,
|
||||
min_length=1,
|
||||
description="Input prompt for the step.",
|
||||
|
||||
Reference in New Issue
Block a user