mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
chore: remove model as tool (#4409)
This commit is contained in:
@ -20,7 +20,6 @@ class UserToolProvider(BaseModel):
|
||||
BUILTIN = "builtin"
|
||||
APP = "app"
|
||||
API = "api"
|
||||
MODEL = "model"
|
||||
|
||||
id: str
|
||||
author: str
|
||||
|
||||
Reference in New Issue
Block a user