mirror of
https://github.com/langgenius/dify.git
synced 2026-03-05 15:47:06 +08:00
5 lines
68 B
Python
5 lines
68 B
Python
from pydantic import BaseModel
|
|
|
|
class ToolFile(BaseModel):
|
|
pass
|