mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 03:16:14 +00:00
refactor: 重构部分插件管理逻辑
This commit is contained in:
@@ -20,8 +20,6 @@ class LLMFunction(pydantic.BaseModel):
|
||||
description: str
|
||||
"""给LLM识别的函数描述"""
|
||||
|
||||
enable: typing.Optional[bool] = True
|
||||
|
||||
parameters: dict
|
||||
|
||||
func: typing.Callable
|
||||
|
||||
Reference in New Issue
Block a user