mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-06-28 00:02:04 +00:00
🐛 修复配置字段名称拼写错误,更新为additional_prompt并添加调试日志
This commit is contained in:
parent
975cc4705d
commit
a857dbf6c2
2 changed files with 6 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ class MCPServerConfig(BaseModel):
|
|||
|
||||
# 额外字段
|
||||
friendly_name: str | None = Field(None, description="MCP服务器友好名称")
|
||||
addtional_prompt: str | None = Field(None, description="额外提示词")
|
||||
additional_prompt: str | None = Field(None, description="额外提示词")
|
||||
|
||||
class ScopedConfig(BaseModel):
|
||||
"""LLM Chat Plugin配置"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue