mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 12:16:29 +08:00
5 lines
68 B
Python
5 lines
68 B
Python
from pydantic import BaseModel
|
|
|
|
class ToolFile(BaseModel):
|
|
pass
|