mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 07:01:23 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -50,9 +50,7 @@ class ConversationVariableUpdatePayload(BaseModel):
|
||||
|
||||
|
||||
class EnvironmentVariableUpdatePayload(BaseModel):
|
||||
environment_variables: list[dict[str, Any]] = Field(
|
||||
..., description="Environment variables for the draft workflow"
|
||||
)
|
||||
environment_variables: list[dict[str, Any]] = Field(..., description="Environment variables for the draft workflow")
|
||||
|
||||
|
||||
console_ns.schema_model(
|
||||
|
||||
Reference in New Issue
Block a user