mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 23:48:04 +08:00
add credential id
This commit is contained in:
@ -127,7 +127,6 @@ class DatasourceEntity(BaseModel):
|
||||
description: I18nObject = Field(..., description="The label of the datasource")
|
||||
output_schema: Optional[dict] = None
|
||||
|
||||
|
||||
@field_validator("parameters", mode="before")
|
||||
@classmethod
|
||||
def set_parameters(cls, v, validation_info: ValidationInfo) -> list[DatasourceParameter]:
|
||||
|
||||
Reference in New Issue
Block a user