mirror of https://github.com/langgenius/dify.git
merge main
This commit is contained in:
parent
de47b56ca4
commit
e0e0a7661d
|
|
@ -127,6 +127,8 @@ class RAGPipelineVariable(BaseModel):
|
|||
class RAGPipelineVariableInput(BaseModel):
|
||||
variable: RAGPipelineVariable
|
||||
value: Any
|
||||
|
||||
|
||||
# The `VariableUnion`` type is used to enable serialization and deserialization with Pydantic.
|
||||
# Use `Variable` for type hinting when serialization is not required.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue