Revert "feat: add dsl field for end user oauth"

This commit is contained in:
Charles Yao 2025-11-26 13:23:58 -06:00 committed by GitHub
parent 5947cc2bab
commit f3fbd4f90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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