mirror of
https://github.com/langgenius/dify.git
synced 2026-03-03 06:46:19 +08:00
add credential id
This commit is contained in:
@ -359,5 +359,5 @@ class OnlineDriveDownloadFileRequest(BaseModel):
|
||||
Get online driver file
|
||||
"""
|
||||
|
||||
key: str = Field(..., description="The name of the file")
|
||||
id: str = Field(..., description="The id of the file")
|
||||
bucket: Optional[str] = Field(None, description="The name of the bucket")
|
||||
|
||||
Reference in New Issue
Block a user