mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
merge main
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user