fix: args bugs of chatcmpl

This commit is contained in:
Junyan Qin
2025-05-10 18:02:05 +08:00
parent 247b41bdb2
commit b30016ed08
3 changed files with 14 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ required_deps = {
'mcp': 'mcp',
'sqlmodel': 'sqlmodel',
'telegramify_markdown': 'telegramify-markdown',
'slack_sdk': 'slack_sdk',
}