mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
Revert "feat: add dsl field for end user oauth"
This commit is contained in:
@ -16,7 +16,6 @@ class ToolEntity(BaseModel):
|
||||
tool_configurations: dict[str, Any]
|
||||
credential_id: str | None = None
|
||||
plugin_unique_identifier: str | None = None # redundancy
|
||||
auth_type: Literal["workspace", "end_user"] = "workspace" # OAuth authentication level
|
||||
|
||||
@field_validator("tool_configurations", mode="before")
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user