mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
reformatter
This commit is contained in:
@ -112,7 +112,7 @@ class RequestInvokeEncrypt(BaseModel):
|
||||
Request to encryption
|
||||
"""
|
||||
opt: Literal["encrypt", "decrypt"]
|
||||
type: Literal["endpoint"]
|
||||
namespace: Literal["endpoint"]
|
||||
identity: str
|
||||
data: dict = Field(default_factory=dict)
|
||||
config: Mapping[str, BasicProviderConfig] = Field(default_factory=Mapping)
|
||||
Reference in New Issue
Block a user