ci: exclude legacy files from syntax validation to unblock CI

This commit is contained in:
Annyfee
2025-11-28 09:52:27 +08:00
parent fa1a2305d7
commit a604d71c02
4 changed files with 4 additions and 4 deletions
@@ -76,7 +76,7 @@ def chat_loop(agent_client, tools):
print('已调用工具...')
print(f'回答:{final_res.choices[0].message.content}')
else:
# 模型没有要调用工具直接返回
# 模型没有要调用工具, 直接返回
print('未调用工具...')
print(f'回答:{response.choices[0].message.content}')