mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 15:10:13 -05:00
chore: Remove redundant double space in variable type description (core/variables/variables.py) (#32002)
This commit is contained in:
@@ -112,7 +112,7 @@ class ArrayBooleanVariable(ArrayBooleanSegment, ArrayVariable):
|
|||||||
|
|
||||||
class RAGPipelineVariable(BaseModel):
|
class RAGPipelineVariable(BaseModel):
|
||||||
belong_to_node_id: str = Field(description="belong to which node id, shared means public")
|
belong_to_node_id: str = Field(description="belong to which node id, shared means public")
|
||||||
type: str = Field(description="variable type, text-input, paragraph, select, number, file, file-list")
|
type: str = Field(description="variable type, text-input, paragraph, select, number, file, file-list")
|
||||||
label: str = Field(description="label")
|
label: str = Field(description="label")
|
||||||
description: str | None = Field(description="description", default="")
|
description: str | None = Field(description="description", default="")
|
||||||
variable: str = Field(description="variable key", default="")
|
variable: str = Field(description="variable key", default="")
|
||||||
|
|||||||
Reference in New Issue
Block a user